From 0cd386f1679c8046efffe874b0db71f8b9d1dee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=85=8B?= <819966041@qq.com> Date: Thu, 4 Aug 2022 18:22:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/land/children/index.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/views/land/children/index.vue b/src/views/land/children/index.vue index 3de9bfa..6c7aeff 100644 --- a/src/views/land/children/index.vue +++ b/src/views/land/children/index.vue @@ -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 = [] + },