子卷配送气涨轴
This commit is contained in:
@@ -122,9 +122,15 @@
|
||||
/** 初始化查询 */
|
||||
async _queryMaterialInfo () {
|
||||
let res = await queryMaterialInfo3(this.val1, this.val2, this.index)
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
if (this.val2) {
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', true)
|
||||
})
|
||||
} else {
|
||||
res.data.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
}
|
||||
this.dataList = [...res.data]
|
||||
},
|
||||
/** 呼叫载具 */
|
||||
|
||||
Reference in New Issue
Block a user