From e6f2e152a23f5883215ab8dcb75718533c581ac7 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 14 十月 2025 09:15:37 +0800
Subject: [PATCH] 修改

---
 src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue                             |    4 ++--
 src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue          |    4 ++--
 src/views/build/conpanyFunctionConsult/riskManage/control/components/editDialog.vue                        |   22 +++++++++-------------
 src/views/work/selfProblems/plan/components/planDialog.vue                                                 |    4 ++--
 src/views/work/selfProblems/scenario/components/scenarioDialog.vue                                         |    4 ++--
 src/views/work/qualityManage/continuousImprovement/components/editDialog.vue                               |    4 ++--
 src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityOrganize/components/editDialog.vue |    4 ++--
 src/views/build/conpanyFunctionConsult/need/needIdentify/components/editDialog.vue                         |    4 ++--
 src/views/build/conpanyFunctionConsult/environment/environmentalFactors/components/editDialog.vue          |    4 ++--
 9 files changed, 25 insertions(+), 29 deletions(-)

diff --git a/src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityOrganize/components/editDialog.vue b/src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityOrganize/components/editDialog.vue
index 1e21cd9..975d03d 100644
--- a/src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityOrganize/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/digitalFileDep/manageType/qualityOrganize/components/editDialog.vue
@@ -184,7 +184,7 @@
   form: {
     id: '',
     companyId: null,
-    year: '',
+    year: '2025',
     writeId: null,
     checkId: null,
     ratifyId: null,
@@ -323,7 +323,7 @@
   state.form = {
     id: '',
     companyId: null,
-    year: '',
+    year: '2025',
     writeId: null,
     checkId: null,
     ratifyId: null,
diff --git a/src/views/build/conpanyFunctionConsult/environment/environmentalFactors/components/editDialog.vue b/src/views/build/conpanyFunctionConsult/environment/environmentalFactors/components/editDialog.vue
index 8cfe452..1ddeea3 100644
--- a/src/views/build/conpanyFunctionConsult/environment/environmentalFactors/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/environment/environmentalFactors/components/editDialog.vue
@@ -264,7 +264,7 @@
     id: '',
     companyId: null,
     deptId: null,
-    year: '',
+    year: '2025',
     fictionId: null,
     checkId: null,
     ratifyId: null,
@@ -468,7 +468,7 @@
     id: '',
     companyId: null,
     deptId: null,
-    year: '',
+    year: '2025',
     fictionId: null,
     checkId: null,
     ratifyId: null,
diff --git a/src/views/build/conpanyFunctionConsult/need/needIdentify/components/editDialog.vue b/src/views/build/conpanyFunctionConsult/need/needIdentify/components/editDialog.vue
index bf58a32..4978ac5 100644
--- a/src/views/build/conpanyFunctionConsult/need/needIdentify/components/editDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/need/needIdentify/components/editDialog.vue
@@ -203,7 +203,7 @@
     id: '',
     companyId: null,
     deptId: null,
-    year: '',
+    year: '2025',
     fictionId: null,
     checkId: null,
     ratifyId: null,
@@ -345,7 +345,7 @@
     id: '',
     companyId: null,
     deptId: null,
-    year: '',
+    year: '2025',
     fictionId: null,
     checkId: null,
     ratifyId: null,
diff --git a/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue b/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue
index fe0eedc..177507c 100644
--- a/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue
+++ b/src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue
@@ -230,7 +230,7 @@
 const state = reactive({
   form: {
     id: '',
-    year: '',
+    year: '2025',
     num: '',
     type: '',
     departId: '',
@@ -393,7 +393,7 @@
 const reset = () => {
   state.form = {
     id: '',
-    year: '',
+    year: '2025',
     num: '',
     type: '',
     departId: '',
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 = []
diff --git a/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue b/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
index 3afce15..ac89b7a 100644
--- a/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
+++ b/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
@@ -157,7 +157,7 @@
   form: {
     id: '',
     companyId: null,
-    year: "",
+    year: "2025",
     basic: "",
     synthesize: "",
     damage: "",
@@ -301,7 +301,7 @@
   state.form = {
     id: '',
     companyId: null,
-    year: "",
+    year: "2025",
     basic: "",
     synthesize: "",
     damage: "",
diff --git a/src/views/work/qualityManage/continuousImprovement/components/editDialog.vue b/src/views/work/qualityManage/continuousImprovement/components/editDialog.vue
index be57dd5..14361d3 100644
--- a/src/views/work/qualityManage/continuousImprovement/components/editDialog.vue
+++ b/src/views/work/qualityManage/continuousImprovement/components/editDialog.vue
@@ -205,7 +205,7 @@
   form: {
     id: '',
     companyId: null,
-    year: "", //年份
+    year: "2025", //年份
     fictionId: null, //编制
     checkId: null, //审核
     ratifyId: null, //批准
@@ -374,7 +374,7 @@
   state.form = {
     id: '',
     companyId: null,
-    year: "", //年份
+    year: "2025", //年份
     fictionId: null, //编制
     checkId: null, //审核
     ratifyId: null, //批准
diff --git a/src/views/work/selfProblems/plan/components/planDialog.vue b/src/views/work/selfProblems/plan/components/planDialog.vue
index b2c55dc..b0cf2e5 100644
--- a/src/views/work/selfProblems/plan/components/planDialog.vue
+++ b/src/views/work/selfProblems/plan/components/planDialog.vue
@@ -299,7 +299,7 @@
   form: {
     id: '',
     companyId: null,
-    year: "", //年份
+    year: "2025", //年份
     auditPurpose: "", //审核目的
     reviewBasis: "", //审核依据
     reviewScope: "", //审核范围
@@ -548,7 +548,7 @@
   state.form = {
     id: '',
     companyId: null,
-    year: "", //年份
+    year: "2025", //年份
     auditPurpose: "", //审核目的
     reviewBasis: "", //审核依据
     reviewScope: "", //审核范围
diff --git a/src/views/work/selfProblems/scenario/components/scenarioDialog.vue b/src/views/work/selfProblems/scenario/components/scenarioDialog.vue
index bca9e93..48895c8 100644
--- a/src/views/work/selfProblems/scenario/components/scenarioDialog.vue
+++ b/src/views/work/selfProblems/scenario/components/scenarioDialog.vue
@@ -157,7 +157,7 @@
   form: {
     id: '',
     companyId: null,
-    year: "",
+    year: "2025",
     purpose: "",
     auditPurpose: "",
     reviewBasis: "",
@@ -329,7 +329,7 @@
   state.form = {
     id: '',
     companyId: null,
-    year: "",
+    year: "2025",
     purpose: "",
     auditPurpose: "",
     reviewBasis: "",

--
Gitblit v1.9.2