From 60372b7133ff45220402de6fc4214a9d4cfaa5fa Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 6 May 2022 11:32:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=9E=E4=BD=93=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20=E6=A3=80=E6=B5=8B=20=3D=E3=80=8B=20?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E4=BA=8B=E4=BB=B6=E5=92=8C=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E8=B4=A8=E9=87=8F=E5=88=86=E9=A1=B5=E9=94=99=E8=AF=AF=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charts/PanelChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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