From 1ded895492d34003c7c12611615fce3a466ea5d2 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 26 四月 2024 14:32:40 +0800 Subject: [PATCH] 薪资方案列表联调字段调试+处计费公式定义数据形式用列表显示+删薪资方案接口联调+保存薪资方案接口联调 --- 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