From 3436947c6b7500cd873d2247329c7f8986baf165 Mon Sep 17 00:00:00 2001 From: yuekuo Date: Fri, 21 Apr 2023 14:31:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=94=AE=E8=AF=8D=E5=9B=9E=E6=98=BEbu?= =?UTF-8?q?g?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportManager.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 7946382..f40eca5 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -823,6 +823,7 @@ export default { this.reportF = rowData; // this.reportF.tags=JSON.parse(rowData.keyContent) this.tags=JSON.parse(rowData.keyContent) + if(this.tags == '') this.tags =[] this.$forceUpdate() this.dialogReport = true; },