Explorar o código

关闭加载框

xuefy %!s(int64=4) %!d(string=hai) anos
pai
achega
225d8d80e3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      front-vue/src/views/system/config/index.vue

+ 2 - 0
front-vue/src/views/system/config/index.vue

@@ -315,6 +315,7 @@ export default {
                 background: "rgba(0, 0, 0, 0.7)",
             })
             updateConfig(this.form).then(response => {
+              loading.close();
               this.msgSuccess("修改成功");
               this.open = false;
               this.getList();
@@ -329,6 +330,7 @@ export default {
                 background: "rgba(0, 0, 0, 0.7)",
             })
             addConfig(this.form).then(response => {
+              loading.close();
               this.msgSuccess("新增成功");
               this.open = false;
               this.getList();