【新版严重bug】修复Online表单开发自己录入的属性保存不了 issues/I5W9BW
parent
48499d1af7
commit
616b4c01fb
|
@ -62,8 +62,8 @@
|
|||
"vue-router": "^4.0.14",
|
||||
"vue-types": "^4.1.1",
|
||||
"vuedraggable": "^4.1.0",
|
||||
"vxe-table": "^4.2.8",
|
||||
"vxe-table-plugin-antd": "^3.0.6",
|
||||
"vxe-table": "4.1.0",
|
||||
"vxe-table-plugin-antd": "^3.0.5",
|
||||
"xe-utils": "^3.3.1",
|
||||
"xss": "^1.0.13"
|
||||
},
|
||||
|
@ -24891,12 +24891,12 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/vxe-table": {
|
||||
"version": "4.2.8",
|
||||
"resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-4.2.8.tgz",
|
||||
"integrity": "sha512-t0IwE0XHZ+FKrE0x3daqm48OJprXEzDFfZWaqX64W/32n4LcCjywL9cMtL0WwplL3IHpDoe9JfKOp9d+jYwrUA==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-4.1.0.tgz",
|
||||
"integrity": "sha512-FX4nc4ckkQGWG/W94z97KBIGrfZsbcni3pm+4uMzNQUcEgxgchnY78/4PrRC4ZRsHJIMv4mtNrzdfJDCTfA65g==",
|
||||
"peerDependencies": {
|
||||
"vue": "^3.2.2",
|
||||
"xe-utils": "^3.5.0"
|
||||
"xe-utils": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vxe-table-plugin-antd": {
|
||||
|
@ -42939,9 +42939,9 @@
|
|||
}
|
||||
},
|
||||
"vxe-table": {
|
||||
"version": "4.2.8",
|
||||
"resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-4.2.8.tgz",
|
||||
"integrity": "sha512-t0IwE0XHZ+FKrE0x3daqm48OJprXEzDFfZWaqX64W/32n4LcCjywL9cMtL0WwplL3IHpDoe9JfKOp9d+jYwrUA==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmmirror.com/vxe-table/-/vxe-table-4.1.0.tgz",
|
||||
"integrity": "sha512-FX4nc4ckkQGWG/W94z97KBIGrfZsbcni3pm+4uMzNQUcEgxgchnY78/4PrRC4ZRsHJIMv4mtNrzdfJDCTfA65g==",
|
||||
"requires": {}
|
||||
},
|
||||
"vxe-table-plugin-antd": {
|
||||
|
|
Loading…
Reference in New Issue