From a391bd24b97563c666184dfa44059323cfbae13f Mon Sep 17 00:00:00 2001 From: hyx Date: Sun, 25 Jun 2023 13:54:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=9F=A5=E8=AF=86=E5=BA=93=E3=80=81?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E7=82=B9=E5=87=BB=E9=A1=B5=E6=95=B0=EF=BC=8C?= =?UTF-8?q?=E5=BD=93=E9=80=89=E9=80=89=E4=B8=AD=E9=A1=B5=E7=A0=81=E6=9C=AA?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mixins/data-list.js | 2 +- src/views/administration/User.vue | 2 +- src/views/report/Report.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mixins/data-list.js b/src/mixins/data-list.js index 2fb2acf2..a2cc18a2 100644 --- a/src/mixins/data-list.js +++ b/src/mixins/data-list.js @@ -111,7 +111,7 @@ export default { this.searchLabel = { ...this.searchLabel, ...params } } this.searchLabel = { ...this.searchLabel, ...this.pageObj } - this.tableData = [] + //this.tableData = [] this.isNoData = false this.toggleLoading(true) delete this.searchLabel.total diff --git a/src/views/administration/User.vue b/src/views/administration/User.vue index 6895286b..19f8b298 100644 --- a/src/views/administration/User.vue +++ b/src/views/administration/User.vue @@ -104,7 +104,7 @@ export default { } this.searchLabel = { ...this.searchLabel, ...this.pageObj } this.isNoData = false - this.tableData = [] + //this.tableData = [] this.toggleLoading(true) delete this.searchLabel.total let listUrl = this.url diff --git a/src/views/report/Report.vue b/src/views/report/Report.vue index 9dfb4bc2..8f3fa406 100644 --- a/src/views/report/Report.vue +++ b/src/views/report/Report.vue @@ -250,7 +250,7 @@ export default { // this.builtinRightLoading = true // this.loading = true this.isNoData = false - this.tableData = [] + //this.tableData = [] this.toggleLoading(true) delete this.searchLabel.total let listUrl = this.url