From 3f24fbc89959ec4aa9f3308e1af453e43d504ac5 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期三, 10 七月 2024 20:04:16 +0800 Subject: [PATCH] feat:完成车间管理部分的重构 --- src/views/systemSetting/workshopManage/components/addDialog.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/systemSetting/workshopManage/components/addDialog.vue b/src/views/systemSetting/workshopManage/components/addDialog.vue index 06b7048..50da818 100644 --- a/src/views/systemSetting/workshopManage/components/addDialog.vue +++ b/src/views/systemSetting/workshopManage/components/addDialog.vue @@ -138,12 +138,12 @@ }, watch: { - 'editConfig.visible'(newVal) { + 'editDiaConfig.visible'(newVal) { if (newVal) { - this.$nextTick(()=>{ - this.$refs["ruleForm"].resetFields(); + // this.$nextTick(()=>{ this.editConfig=this.editDiaConfig - }) + this.$refs["ruleForm"].resetFields(); + // }) } }, }, -- Gitblit v1.8.0