From 71a112b7d78698b7e4df94e6255bf302bf415b35 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期一, 20 十月 2025 16:28:53 +0800
Subject: [PATCH] 修改

---
 src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue b/src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
index 7f57be3..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: "",
@@ -212,6 +212,7 @@
   state.isAdmin = userInfo.userType === 0;
   state.form.companyName = userInfo.companyName
   state.form.companyId = userInfo.companyId
+  state.form.year = new Date().getFullYear().toString()
   if(state.isAdmin){
     state.companyList = companyList
     state.form.companyId = null
@@ -300,7 +301,7 @@
   state.form = {
     id: '',
     companyId: null,
-    year: "",
+    year: "2025",
     basic: "",
     synthesize: "",
     damage: "",

--
Gitblit v1.9.2