From 9012c6da4622ae1548efc9c02a635a6ce78d8f30 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 14 十月 2025 16:25:31 +0800
Subject: [PATCH] 修改
---
src/views/work/qualityInfo/infrastructureMng/maintainPlan/components/editDialog.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/work/qualityInfo/infrastructureMng/maintainPlan/components/editDialog.vue b/src/views/work/qualityInfo/infrastructureMng/maintainPlan/components/editDialog.vue
index 4f67770..5f48bf5 100644
--- a/src/views/work/qualityInfo/infrastructureMng/maintainPlan/components/editDialog.vue
+++ b/src/views/work/qualityInfo/infrastructureMng/maintainPlan/components/editDialog.vue
@@ -292,6 +292,7 @@
await getUserList(companyId)
state.title = type === 'add' ? '新增' : type ==='edit' ? '编辑' : '查看'
state.form.companyId = companyId
+ state.form.year = new Date().getFullYear().toString()
if(state.title == '编辑'||state.title == '查看'){
await getInfo(value.id)
}
--
Gitblit v1.9.2