From a6a7a4e83171181477a99d429b01c3b73cb0be2d Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 07 十一月 2025 15:35:11 +0800
Subject: [PATCH] 修改

---
 src/views/build/conpanyFunctionConsult/environment/controlFactors/components/editDialog.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/views/build/conpanyFunctionConsult/environment/controlFactors/components/editDialog.vue b/src/views/build/conpanyFunctionConsult/environment/controlFactors/components/editDialog.vue
index 269267a..e875908 100644
--- a/src/views/build/conpanyFunctionConsult/environment/controlFactors/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/environment/controlFactors/components/editDialog.vue
@@ -446,6 +446,19 @@
       factorContents = i.factorContents
     }
   })
+  if(!factorContents[0].influence){
+    factorContents = factorContents.map(item => {
+      return {
+        ...item,
+        influence:'正面',
+        monitorMethod:'全面评价',
+        review:'可控',
+        solutions:'利用过程方法及风险控制',
+        result:'Y',
+
+      }
+    })
+  }
   state.form.outEnvironment = factorContents.filter(i => i.type == 1)
   state.form.inEnvironment = factorContents.filter(i => i.type == 2)
 }

--
Gitblit v1.9.2