diff --git a/src/views/charts/PanelChart.vue b/src/views/charts/PanelChart.vue index ad0005f6..34d016ba 100644 --- a/src/views/charts/PanelChart.vue +++ b/src/views/charts/PanelChart.vue @@ -188,7 +188,7 @@ export default { pageSize: 9 } } - if (this.isDetectionService || this.isDetectionSecurity) { + if ((this.isDetectionService || this.isDetectionSecurity) && JSON.stringify(extraParams) === '{}') { extraParams = { pageNo: 1, pageSize: 6