change
This commit is contained in:
@@ -110,6 +110,8 @@
|
||||
},
|
||||
onLoad (option) {
|
||||
this.checkCode = option.checkcode
|
||||
this.val2 = option.checknum
|
||||
this.val3 = option.unchecknum
|
||||
// this._checkQueryDtl()
|
||||
},
|
||||
methods: {
|
||||
@@ -132,7 +134,7 @@
|
||||
},
|
||||
/** 初始化查询 */
|
||||
async _checkQueryDtl () {
|
||||
let res = await checkQueryDtl(this.checkCode, this.val1)
|
||||
let res = await checkQueryDtl(this.checkCode, this.val1, this.val2, this.val3)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user