clear
This commit is contained in:
@@ -216,6 +216,8 @@
|
||||
},
|
||||
/** 初始化查询 */
|
||||
async _queryMaterialInfo () {
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
let res = await queryMaterialInfo4(this.index5, this.index2)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
@@ -241,6 +243,7 @@
|
||||
let res = await outConfirm(this.index1, this.checkArr, this.isV)
|
||||
this.disabled1 = false
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
this.isV = '0'
|
||||
this.index1 = ''
|
||||
this.index5 = ''
|
||||
@@ -272,6 +275,7 @@
|
||||
let res = await disuseConfirm(this.index1)
|
||||
this.disabled3 = false
|
||||
this.checkArr = []
|
||||
this.dataList = []
|
||||
this.index1 = ''
|
||||
this.index5 = ''
|
||||
this._queryMaterialInfo()
|
||||
|
||||
Reference in New Issue
Block a user