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) } }); },