From ef46e4b78e81418a831d4f7f21eb24d2fd4d35e1 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sat, 25 Dec 2021 15:08:54 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises

---
 src/views/traincompany/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/traincompany/index.vue b/src/views/traincompany/index.vue
index 6ac501e..2998845 100644
--- a/src/views/traincompany/index.vue
+++ b/src/views/traincompany/index.vue
@@ -334,6 +334,8 @@
         },
         (error) => {
           window.console.log(error);
+          this.$refs.formTrainApply.resetFields();
+          this.dialogDisable = false;
         }
       );
     },

--
Gitblit v1.9.3