From 89a75e78009be9b813ce9a1ac8e94f0aa13dbf04 Mon Sep 17 00:00:00 2001
From: youjie <273666957@qq.com>
Date: 星期四, 19 八月 2021 17:16:36 +0800
Subject: [PATCH] update 优化oss配置错误时的错误信息

---
 ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
index b26d646..ec2f96d 100644
--- a/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
+++ b/ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
@@ -505,7 +505,9 @@
 		  this.loading = false;
           this.getList();
           this.msgSuccess("鍒犻櫎鎴愬姛");
-        }).catch(() => {});
+      }).finally(() => {
+              this.loading = false;
+      });
     }
   }
 };

--
Gitblit v1.9.3