空框出库
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
"autoclose" : true,
|
||||
"delay" : 0
|
||||
},
|
||||
"compatible":{
|
||||
"ignoreVersion":true
|
||||
},
|
||||
"compatible" : {
|
||||
"ignoreVersion" : true
|
||||
},
|
||||
/* 模块配置 */
|
||||
"modules" : {},
|
||||
/* 应用发布信息 */
|
||||
|
||||
@@ -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