From abfb84c633a2bd1773cf9be27e753f787f1ed641 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 07 二月 2025 11:48:18 +0800
Subject: [PATCH] ll

---
 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