From c77637aa6781f3275839674cb4fa2d4b72b8827c Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期一, 15 七月 2024 19:34:55 +0800 Subject: [PATCH] fix:修复纤度登记表,检验表,产量等级表部分的bug修复 --- 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