浏览代码

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 = []