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 = []