|
@@ -77,6 +77,7 @@ export default {
|
|
}
|
|
}
|
|
//判断是否是带分页查询
|
|
//判断是否是带分页查询
|
|
if (this.isKuang) {
|
|
if (this.isKuang) {
|
|
|
|
+ this.loading = true;
|
|
// 发送请求
|
|
// 发送请求
|
|
this.axios
|
|
this.axios
|
|
.post(url, data, {
|
|
.post(url, data, {
|
|
@@ -95,6 +96,7 @@ export default {
|
|
this.refreshColumnData(d.columnData)
|
|
this.refreshColumnData(d.columnData)
|
|
//this.$refs.mainTable.getTableConfig();
|
|
//this.$refs.mainTable.getTableConfig();
|
|
this.isShow = true
|
|
this.isShow = true
|
|
|
|
+ this.loading = false;
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.dataCurrentPage = 1
|
|
this.dataCurrentPage = 1
|