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