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/riskManage/control/components/editDialog.vue | 22 +++++++++-------------
1 files changed, 9 insertions(+), 13 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..6490c3c 100644
--- a/src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue
@@ -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