From 9faf907b3e310992883049eb174000bd28c2ab84 Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Mon, 21 Sep 2020 14:05:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8D=E5=BD=93tag=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=89=B9=E6=AE=8A=E5=AD=97=E7=AC=A6=E6=97=B6=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/asset/asset.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index 27ac1b420..775296e3c 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -430,6 +430,9 @@ getTableData() { this.searchLabel = Object.assign(this.searchLabel, this.pageObj); this.tools.loading = true; + if(this.searchLabel.tags && this.searchLabel.tags!=''){ + this.searchLabel.tags=encodeURIComponent(this.searchLabel.tags) + } this.$get('asset', this.searchLabel).then(response => { this.tools.loading = false; if (response.code === 200) {