From 1c0a92726922db62756724151c95a6396dd08820 Mon Sep 17 00:00:00 2001 From: WenShiJun Date: Mon, 17 Jun 2024 09:11:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E6=8E=AA=E6=96=BD=E7=A1=AE?= =?UTF-8?q?=E8=AE=A4=E4=BA=BA=E6=84=8F=E8=A7=81=E9=A1=B5=E9=9D=A2=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hotwork-safety/hotwork-safety-detail.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-detail.vue b/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-detail.vue index 19e9279..42fa707 100644 --- a/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-detail.vue +++ b/pages/application/hotwork_cfd/hotwork-safety/hotwork-safety-detail.vue @@ -115,7 +115,7 @@ {{item.QUESTION1}} - + {{item.QUESTION2}} @@ -133,13 +133,13 @@ - + - + 不涉及 - + 涉    及 @@ -158,12 +158,12 @@ 其他安全措施: - - - + + + - + @@ -583,7 +583,6 @@ export default { success: (res) => { if ("success" == res.data.result) { uni.hideLoading(); - console.log(res.data.pd,'11111111111111111111111') _this.pd = res.data.pd; //参数map if (res.data.measuresList && res.data.measuresList.length > 0) { _this.measuresList = res.data.measuresList @@ -592,9 +591,10 @@ export default { } _this.measuresList = res.data.measuresList _this.files = res.data.imgList; - _this.safetyList = res.data.safetyList || []; + _this.safetyList = res.data.pd.safetyList || []; _this.forbidEdit = _this.safetyList.some(item => item.APPROVAL_STATUS === '1'); - _this.updateForbidEdit(); + // _this.updateForbidEdit(); + let dongHuoCaoZuoRenPic = res.data.imgList2 if (dongHuoCaoZuoRenPic && dongHuoCaoZuoRenPic.length > 0) { _this.pd.dongHuoCaoZuoRenPic = []