From b7f74340de27a3427d8afb8750724b788c8a780c Mon Sep 17 00:00:00 2001 From: MrShi <1878285526@qq.com> Date: 星期四, 06 二月 2025 18:17:19 +0800 Subject: [PATCH] 改bug --- admin/src/views/workorder/components/OperaYwWorkorderWindow.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue b/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue index f3c7e3a..10a54bb 100644 --- a/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue +++ b/admin/src/views/workorder/components/OperaYwWorkorderWindow.vue @@ -156,6 +156,7 @@ methods: { open(title, target) { this.title = title + this.fileList = [] this.visible = true this.getProject() this.getCate() @@ -201,6 +202,7 @@ } // 缂栬緫 this.$nextTick(() => { + this.$refs.form.resetFields() for (const key in this.form) { this.form[key] = target[key] } -- Gitblit v1.9.3