From 4c8f99d78a63590158815b4f1957a0181af33b84 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Sun, 8 Oct 2023 16:57:32 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=8E=B7=E5=8F=96KPI,=20=E5=8F=AF?= =?UTF-8?q?=E5=A4=9A=E9=80=89.=20=E7=94=A8=E4=BA=8E=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E5=B0=8F=E7=BB=84=E6=89=80=E6=9C=89=E9=A1=BE?= =?UTF-8?q?=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/KPI.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/KPI.jsx b/src/views/KPI.jsx index 294358e..1812046 100644 --- a/src/views/KPI.jsx +++ b/src/views/KPI.jsx @@ -69,7 +69,7 @@ export default observer((props) => { || !isEmpty(searchFormStore.formValues?.operator)) { // && isEmpty(getkpiParam.object_id) setRetObjects(searchOperator.dataSource); - // getkpiParam.object_id = searchOperator.dataSource.map((ele) => ele.key).join(','); // todo: 多选 + getkpiParam.object_id = searchOperator.dataSource.map((ele) => ele.key).join(','); delete getkpiParam.dept_id; } }