mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-01-10 16:19:13 +08:00
追加vuedraggable组件缺失的文件。
This commit is contained in:
parent
f9de155e83
commit
9cfb9e95c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ dist-ssr
|
|||||||
/.idea/
|
/.idea/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
/stats.html
|
/stats.html
|
||||||
|
*.iml
|
||||||
|
5165
lib/vuedraggable/dist/vuedraggable.common.js
vendored
Normal file
5165
lib/vuedraggable/dist/vuedraggable.common.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
lib/vuedraggable/dist/vuedraggable.common.js.map
vendored
Normal file
1
lib/vuedraggable/dist/vuedraggable.common.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
5175
lib/vuedraggable/dist/vuedraggable.umd.js
vendored
Normal file
5175
lib/vuedraggable/dist/vuedraggable.umd.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
lib/vuedraggable/dist/vuedraggable.umd.js.map
vendored
Normal file
1
lib/vuedraggable/dist/vuedraggable.umd.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
lib/vuedraggable/dist/vuedraggable.umd.min.js
vendored
Normal file
2
lib/vuedraggable/dist/vuedraggable.umd.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
lib/vuedraggable/dist/vuedraggable.umd.min.js.map
vendored
Normal file
1
lib/vuedraggable/dist/vuedraggable.umd.min.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -121,7 +121,7 @@
|
|||||||
let subFormModel = this.formModel[this.widget.options.name]
|
let subFormModel = this.formModel[this.widget.options.name]
|
||||||
if (!!subFormModel && (subFormModel.length > 0)) {
|
if (!!subFormModel && (subFormModel.length > 0)) {
|
||||||
subFormModel.forEach(() => {
|
subFormModel.forEach(() => {
|
||||||
this.rowIdData.push('r' + generateId())
|
this.rowIdData.push('id' + generateId())
|
||||||
})
|
})
|
||||||
|
|
||||||
if (!!initFlag) {
|
if (!!initFlag) {
|
||||||
@ -135,11 +135,11 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
addToRowIdData() {
|
addToRowIdData() {
|
||||||
this.rowIdData.push('rowId' + generateId())
|
this.rowIdData.push('id' + generateId())
|
||||||
},
|
},
|
||||||
|
|
||||||
insertToRowIdData(rowIndex) {
|
insertToRowIdData(rowIndex) {
|
||||||
this.rowIdData.splice(rowIndex, 0, 'rowId' + generateId())
|
this.rowIdData.splice(rowIndex, 0, 'id' + generateId())
|
||||||
},
|
},
|
||||||
|
|
||||||
deleteFromRowIdData(rowIndex) {
|
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>
|
|
Loading…
Reference in New Issue
Block a user