空框出库
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user