From a7e0a678c3cdc990e3c3b6520f64d4fffc69a85b Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期四, 27 十一月 2025 15:01:11 +0800
Subject: [PATCH] 修改新增

---
 src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue |   24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue b/src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue
index 89b0a24..7b2e805 100644
--- a/src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue
@@ -11,7 +11,7 @@
       <el-form :model="state.form" size="default" ref="busRef" :rules="state.rules"  label-position="top" label-width="130">
         <el-row :gutter="24">
           <el-col :span="24">
-            <el-form-item label="企业名称:" prop="companyId" v-if="state.isAdmin">
+            <el-form-item label="单位名称:" prop="companyId" v-if="state.isAdmin">
               <el-select v-model="state.form.companyId" placeholder="请选择" filterable clearable style="width: 100%" :disabled="title == '查看' || title == '编辑' || !state.isAdmin" @change="selectValueCom">
                 <el-option
                     v-for="item in state.companyList"
@@ -247,7 +247,7 @@
     id: '',
     companyId: null,
     deptId: null,
-    year: '',
+    year: '2025',
     fictionId: null,
     checkId: null,
     ratifyId: null,
@@ -392,18 +392,14 @@
 const reset = () => {
   state.form = {
     id: '',
-    qualityId: '',
-
-    fictionId : '',
-    fictionName: '',
-    fictionTime:'',
-    checkId :'',
-    checkName: '',
-    checkTime:'',
-    ratifyId:'',
-    ratifyName: '',
-    ratifyTime: '',
-    riskContents:[],
+    companyId: null,
+    deptId: null,
+    year: '2025',
+    fictionId: null,
+    checkId: null,
+    ratifyId: null,
+    document: null,
+    riskContents: []
   }
   state.peopleList = []
   state.companyList = []

--
Gitblit v1.9.2