From 2f9bdedfecd2b71ff6062563d716eaa81b010739 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 27 九月 2023 17:48:22 +0800
Subject: [PATCH] 因为目前数据是循环动态的,输入 输出资源的动画问题修改

---
 src/components/AddIssue.vue |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/components/AddIssue.vue b/src/components/AddIssue.vue
index aa22a78..6dc7240 100644
--- a/src/components/AddIssue.vue
+++ b/src/components/AddIssue.vue
@@ -278,6 +278,10 @@
       this.num = 0;
       this.showBtn=1;
       this.isLoading=false
+      this.sencond=0
+      this.sencondTimer=null
+      this.messageError=''
+      this.resParams= {},
       this.$emit('isTip',this.islook)
     },
   },

--
Gitblit v1.8.0