From b91209b5a17018210a1a621825eb408d2ba9ea68 Mon Sep 17 00:00:00 2001 From: limingtao <@ming_tao_li> Date: Tue, 30 Jul 2024 18:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/investigation/complete.vue | 45 +++++++++++++++++++++++++++++--- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/pages/investigation/complete.vue b/pages/investigation/complete.vue index 400b248..2306bca 100644 --- a/pages/investigation/complete.vue +++ b/pages/investigation/complete.vue @@ -102,9 +102,9 @@ - + - 隐患项 + 重点排查 {{ indexData + 1 }}. @@ -178,6 +178,45 @@ + + + + 存在隐患 + + + {{ indexData + 1 }}. + {{ itemData.dangerProblem}} + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -320,7 +359,6 @@ .then((res) => { if (res.code === 200) { this.hiddenDangerList.push(...res.result) - for (let i in this.troubleshootingData) { for (let j in res.result) { if (this.troubleshootingData[i].id == res.result[j].hdTerm) { @@ -341,6 +379,7 @@ } } } + console.log(this.hiddenDangerList,11111) } }); },