From a98df2ed4814fc953073971d45ff91c74f965c9a Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Wed, 18 Nov 2020 16:56:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=96=E6=B6=88asset=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=A4=9A=E4=BD=99=E8=AF=B7=E6=B1=82=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/asset/asset.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index ca39c273e..f139492cf 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -472,6 +472,7 @@ getTableData() { let oldSearchLabel = JSON.parse(JSON.stringify(this.searchLabel)); this.searchLabel = Object.assign(this.searchLabel, this.pageObj); + delete this.searchLabel.total this.tools.loading = true; if(this.searchLabel.tags && this.searchLabel.tags!=''){ this.searchLabel.tags=encodeURIComponent(this.searchLabel.tags)