From 711897bc6d937f1dbf741014dc6a6d52369c37e0 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 15 十月 2025 16:24:16 +0800
Subject: [PATCH] 修改新增

---
 src/views/build/conpanyFunctionConsult/qualityObjectives/objective/components/objectiveDialog.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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: '',

--
Gitblit v1.9.2