mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2026-07-04 20:34:22 +08:00
追加vuedraggable组件缺失的文件。
This commit is contained in:
@@ -6,3 +6,4 @@ dist-ssr
|
||||
/.idea/
|
||||
/.vscode/
|
||||
/stats.html
|
||||
*.iml
|
||||
|
||||
+5165
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
+5175
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -121,7 +121,7 @@
|
||||
let subFormModel = this.formModel[this.widget.options.name]
|
||||
if (!!subFormModel && (subFormModel.length > 0)) {
|
||||
subFormModel.forEach(() => {
|
||||
this.rowIdData.push('r' + generateId())
|
||||
this.rowIdData.push('id' + generateId())
|
||||
})
|
||||
|
||||
if (!!initFlag) {
|
||||
@@ -135,11 +135,11 @@
|
||||
},
|
||||
|
||||
addToRowIdData() {
|
||||
this.rowIdData.push('rowId' + generateId())
|
||||
this.rowIdData.push('id' + generateId())
|
||||
},
|
||||
|
||||
insertToRowIdData(rowIndex) {
|
||||
this.rowIdData.splice(rowIndex, 0, 'rowId' + generateId())
|
||||
this.rowIdData.splice(rowIndex, 0, 'id' + generateId())
|
||||
},
|
||||
|
||||
deleteFromRowIdData(rowIndex) {
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<excludeFolder url="file://$MODULE_DIR$/dist" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/lib" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user