空框出库

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

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