江河分页代码优化
This commit is contained in:
@@ -306,8 +306,8 @@
|
||||
/* 刷新表格 */
|
||||
reload() {
|
||||
this.loading = true;
|
||||
this.datasource = {};
|
||||
listWaterSiteMonthTotal(this.where).then((res) => {
|
||||
this.datasource = {};
|
||||
if (res.data.code == 0) {
|
||||
this.$message.success(res.data.msg);
|
||||
this.datasource = res.data.data;
|
||||
|
||||
Reference in New Issue
Block a user