Kaynağa Gözat

关闭加载框

xuefy 4 yıl önce
ebeveyn
işleme
225d8d80e3
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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();