This commit is contained in:
2023-04-23 15:44:15 +08:00
parent 4f1c8d143d
commit 3c62b3522e
2 changed files with 12 additions and 11 deletions

View File

@@ -239,10 +239,10 @@ export default {
},
async initData () {
let res = await storageMonitor()
this.array1 = res.materialList
this.array2 = res.productionList
this.group01 = [...res.materialTask]
this.group02 = [...res.productionTask]
this.array1 = res.result.materialList
this.array2 = res.result.productionList
this.group01 = [...res.result.materialTask]
this.group02 = [...res.result.productionTask]
// for (let i = 0; i < this.structArr.length; i++) {
// for (let j = 0; j < this.group01.length; j++) {
// if (this.structArr[i].sequence_number === this.group01[j].sequence_number + '') {