From 7618ce6ec656dcb0dccf1dfc4ec27536e319e1dd Mon Sep 17 00:00:00 2001 From: changyongqiang Date: Wed, 25 May 2022 15:57:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=9E=E4=BD=93?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=20=E6=A3=80=E6=B5=8B?= =?UTF-8?q?=E5=88=97=E8=A1=A8=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/charts/chartDetectionSecurity.vue | 2 +- src/views/charts/charts/chartDetectionService.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/charts/charts/chartDetectionSecurity.vue b/src/views/charts/charts/chartDetectionSecurity.vue index 58bf942a..925c39b0 100644 --- a/src/views/charts/charts/chartDetectionSecurity.vue +++ b/src/views/charts/charts/chartDetectionSecurity.vue @@ -63,7 +63,7 @@ export default { this.pageObj.pageNo = val const extraParams = { pageNo: val, - pageSize: this.pageSize + pageSize: this.pageObj.pageSize } this.$emit('getDetectionData', this.chartInfo.params.url, extraParams, false, { startTime: this.queryParams.startTime, diff --git a/src/views/charts/charts/chartDetectionService.vue b/src/views/charts/charts/chartDetectionService.vue index e1323b27..6d56fb33 100644 --- a/src/views/charts/charts/chartDetectionService.vue +++ b/src/views/charts/charts/chartDetectionService.vue @@ -61,8 +61,9 @@ export default { this.pageObj.pageNo = val const extraParams = { pageNo: val, - pageSize: this.pageSize + pageSize: this.pageObj.pageSize } + console.log(this.pag) this.$emit('getDetectionData', this.chartInfo.params.url, extraParams, false, { startTime: this.queryParams.startTime, endTime: this.queryParams.endTime