diff --git a/src/frontend/src/views/home/index/components/history-record.vue b/src/frontend/src/views/home/index/components/history-record.vue index 6b0fc944e4..22bcc0d9d0 100644 --- a/src/frontend/src/views/home/index/components/history-record.vue +++ b/src/frontend/src/views/home/index/components/history-record.vue @@ -125,6 +125,7 @@ const params = { timeRange: 30, + countPageTotal: false, }; if (this.recordOperator) { params.operator = this.recordOperator;