This commit is contained in:
2023-02-04 18:46:06 +08:00
parent 039985fb57
commit 3f75e9a696
6 changed files with 7 additions and 5 deletions

View File

@@ -193,7 +193,7 @@
},
/** 初始化查询 */
async _queryMaterialInfo () {
let res = await queryMaterialInfo4(this.index2)
let res = await queryMaterialInfo4(this.index5, this.index2)
res.data.map(el => {
this.$set(el, 'checked', false)
})