详情页修改
This commit is contained in:
parent
38757ba031
commit
0cd386f167
|
@ -649,7 +649,7 @@ console.log("val",val)
|
|||
this.isShow = !this.isShow
|
||||
for (let i = 0; i < this.config5.data.length; i++) {
|
||||
this.departInfo = this.config5.data[i]
|
||||
// if (item == this.departInfo[2]) {
|
||||
if (item == this.departInfo[2]) {
|
||||
for (let a = 0; a < this.arr.length; a++) {
|
||||
this.departQcData1.push(this.arr[a].depart)
|
||||
console.log(this.arr[a].depart);
|
||||
|
@ -663,7 +663,22 @@ console.log("val",val)
|
|||
this.departQcData = qcData
|
||||
console.log(this.departQcData);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// this.componentKey1++
|
||||
|
||||
// for (let i = 0; i < this.config5.data.length; i++) {
|
||||
// this.tableData = this.config5.data[i]
|
||||
// if (item == this.tableData[2]) {
|
||||
// this.tableData1.push(this.tableData)
|
||||
// }
|
||||
// }
|
||||
// this.config6.data = this.tableData1
|
||||
|
||||
// this.tableData1 = []
|
||||
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue