From d762a77d9238eef17c66c35b06955fca20160043 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期二, 02 九月 2025 19:53:25 +0800
Subject: [PATCH] 表单未清空修复

---
 src/views/flowmgr/taskassigntemp.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/flowmgr/taskassigntemp.vue b/src/views/flowmgr/taskassigntemp.vue
index 0de7921..e0d0c5c 100644
--- a/src/views/flowmgr/taskassigntemp.vue
+++ b/src/views/flowmgr/taskassigntemp.vue
@@ -275,7 +275,7 @@
             type: 'success',
             message: '鎿嶄綔鎴愬姛!',
           });
-          //this.$refs.form.resetForm();
+          this.$refs.form.resetForm();
           this.attachForm = this.defaultForm;
           done();
         },

--
Gitblit v1.9.3