子卷配送气涨轴

This commit is contained in:
2022-10-31 10:50:20 +08:00
parent ab379d0980
commit 327837ee4b

View File

@@ -122,9 +122,15 @@
/** 初始化查询 */ /** 初始化查询 */
async _queryMaterialInfo () { async _queryMaterialInfo () {
let res = await queryMaterialInfo3(this.val1, this.val2, this.index) let res = await queryMaterialInfo3(this.val1, this.val2, this.index)
res.data.map(el => { if (this.val2) {
this.$set(el, 'checked', false) res.data.map(el => {
}) this.$set(el, 'checked', true)
})
} else {
res.data.map(el => {
this.$set(el, 'checked', false)
})
}
this.dataList = [...res.data] this.dataList = [...res.data]
}, },
/** 呼叫载具 */ /** 呼叫载具 */