From 86fba4aed4bbff5a96fd3c28d327a55d6b34a6c2 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 13 八月 2021 14:10:16 +0800
Subject: [PATCH] remove 删除配置文件 OSS存储相关配置

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

diff --git a/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
index 97e52de..9cde389 100644
--- a/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
+++ b/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm
@@ -562,7 +562,9 @@
           this.loading = false;
           this.getList();
           this.msgSuccess("鍒犻櫎鎴愬姛");
-        }).catch(() => {});
+      }).finally(() => {
+          this.loading = false;
+      });
     },
 #if($table.sub)
 	/** ${subTable.functionName}搴忓彿 */

--
Gitblit v1.9.3