|
@@ -98,6 +98,7 @@ export default {
|
|
})
|
|
})
|
|
} else {
|
|
} else {
|
|
this.dataCurrentPage = 1
|
|
this.dataCurrentPage = 1
|
|
|
|
+ this.loading = true;
|
|
// 发送请求
|
|
// 发送请求
|
|
this.axios
|
|
this.axios
|
|
.post(url, data, {
|
|
.post(url, data, {
|
|
@@ -116,6 +117,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 {
|