From 082b572b91abd0d5ae8e409714553130448aa6d1 Mon Sep 17 00:00:00 2001
From: 张涛 <“2538313560@qq.com”>
Date: 星期五, 30 八月 2024 17:25:44 +0800
Subject: [PATCH] fix:薪资调整

---
 src/views/systemSetting/workshopManage/components/addDialog.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/workshopManage/components/addDialog.vue b/src/views/systemSetting/workshopManage/components/addDialog.vue
index 6135db5..50da818 100644
--- a/src/views/systemSetting/workshopManage/components/addDialog.vue
+++ b/src/views/systemSetting/workshopManage/components/addDialog.vue
@@ -138,7 +138,14 @@
 
   },
   watch: {
-
+    'editDiaConfig.visible'(newVal) {
+      if (newVal) {
+        // this.$nextTick(()=>{
+          this.editConfig=this.editDiaConfig
+          this.$refs["ruleForm"].resetFields();
+        // })
+      }
+    },
   },
   methods: {
     handleClose(done) {

--
Gitblit v1.8.0