From ef3bdceff2849e1a14f4f1ed3918c99bdfd30be1 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 22 Jul 2022 14:20:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=9C=89=E6=97=B6?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E5=91=8A=E4=B8=8D=E8=83=BD=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/rightBox/report/ReportBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/rightBox/report/ReportBox.vue b/src/components/rightBox/report/ReportBox.vue index 0998090c..6d591ade 100644 --- a/src/components/rightBox/report/ReportBox.vue +++ b/src/components/rightBox/report/ReportBox.vue @@ -548,7 +548,7 @@ export default { if (schedulerEnd) { copyObject.schedulerEnd = schedulerEnd } - if (this.editObject.categoryParams.length > 0) { + if (this.editObject.categoryParams && this.editObject.categoryParams.length > 0) { copyObject.config.queryParam = this.editObject.categoryParams } else { copyObject.config.queryParam = []