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 = []