From a56ff400e7d92b19f4c7196d019fd962b765f671 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 21 Sep 2023 16:25:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E7=9A=84=E5=80=BC=20=20=E4=B8=8D=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stores/KPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];