diff --git a/src/stores/KPI.js b/src/stores/KPI.js index aa3b922..40e5b69 100644 --- a/src/stores/KPI.js +++ b/src/stores/KPI.js @@ -34,7 +34,7 @@ class KPI { start_date: '2020-01-01', end_date: '2024-12-31 23:59:59', ...param, - object_id: [0, 1, 'ALL'].includes(param?.object_id || 0) ? '' : param.object_id, + object_id: [0, -1, 'ALL'].includes(param?.object_id || 0) ? '' : param.object_id, }; this.listLoading = true; this.pageData = [];