ソースを参照

Update bootstrap-table.js

zhixin 7 年 前
コミット
96d2f378c4
1 ファイル変更3 行追加1 行削除
  1. 3 1
      src/bootstrap-table.js

+ 3 - 1
src/bootstrap-table.js

@@ -2078,7 +2078,9 @@
 
           this.load(res)
           this.trigger('load-success', res)
-          if (!silent) this.$tableLoading.hide()
+          if (!silent) {
+            this.$tableLoading.hide()
+          }
         },
         error: jqXHR => {
           let data = []