From 7ace4829b023490ec4dccd04004294692d17d08d Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期二, 07 五月 2024 18:11:46 +0800
Subject: [PATCH] 产量登记表模块 台产量,个人产量等限制保留2为小数

---
 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..06b7048 100644
--- a/src/views/systemSetting/workshopManage/components/addDialog.vue
+++ b/src/views/systemSetting/workshopManage/components/addDialog.vue
@@ -138,7 +138,14 @@
 
   },
   watch: {
-
+    'editConfig.visible'(newVal) {
+      if (newVal) {
+        this.$nextTick(()=>{
+          this.$refs["ruleForm"].resetFields();
+          this.editConfig=this.editDiaConfig
+        })
+      }
+    },
   },
   methods: {
     handleClose(done) {

--
Gitblit v1.8.0