子卷配送气涨轴
This commit is contained in:
@@ -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]
|
||||||
},
|
},
|
||||||
/** 呼叫载具 */
|
/** 呼叫载具 */
|
||||||
|
|||||||
Reference in New Issue
Block a user