From f2b89b1e794900ffffb1c15cd736c67d158acc8f Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 21 Jul 2022 18:31:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20queryParam=20=E4=B8=BA=E7=A9=BA=EF=BC=8C?= =?UTF-8?q?=E5=80=BC=E9=94=99=E8=AF=AF=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, 2 insertions(+) diff --git a/src/components/rightBox/report/ReportBox.vue b/src/components/rightBox/report/ReportBox.vue index fe366ef5..0998090c 100644 --- a/src/components/rightBox/report/ReportBox.vue +++ b/src/components/rightBox/report/ReportBox.vue @@ -550,6 +550,8 @@ export default { } if (this.editObject.categoryParams.length > 0) { copyObject.config.queryParam = this.editObject.categoryParams + } else { + copyObject.config.queryParam = [] } // 校验scheduleConfig