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