liyg 1 年之前
父節點
當前提交
5bff6274bd
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/components/DilCommonUI/packages/table/src/table.js

+ 2 - 0
src/components/DilCommonUI/packages/table/src/table.js

@@ -98,6 +98,7 @@ export default {
             })
         } else {
           this.dataCurrentPage = 1
+          this.loading = true;
           // 发送请求
           this.axios
             .post(url, data, {
@@ -116,6 +117,7 @@ export default {
               this.refreshColumnData(d.columnData)
               //this.$refs.mainTable.getTableConfig();
               this.isShow = true
+              this.loading = false;
             })
         }
       } else {