空框出库

This commit is contained in:
2023-09-12 11:11:59 +08:00
parent 5611f3b103
commit 42f7ed8f2e
2 changed files with 4 additions and 4 deletions

View File

@@ -16,9 +16,9 @@
"autoclose" : true, "autoclose" : true,
"delay" : 0 "delay" : 0
}, },
"compatible":{ "compatible" : {
"ignoreVersion":true "ignoreVersion" : true
}, },
/* */ /* */
"modules" : {}, "modules" : {},
/* */ /* */

View File

@@ -92,7 +92,7 @@
}, },
/** grid查询 */ /** grid查询 */
async _empOutgetIvt (e) { async _empOutgetIvt (e) {
let res = await empOutgetIvt(e) let res = await empOutgetIvt(e, this.index)
res.data.map(el => { res.data.map(el => {
this.$set(el, 'checked', false) this.$set(el, 'checked', false)
}) })