change
This commit is contained in:
@@ -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 + '') {
|
||||
|
||||
Reference in New Issue
Block a user