From e320b9c7d7a57812ff7465e6afbb500d619e4527 Mon Sep 17 00:00:00 2001 From: wenlele Date: Sun, 6 Nov 2022 21:14:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/control/containers/control.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/client/src/sections/control/containers/control.jsx b/web/client/src/sections/control/containers/control.jsx index 3ee724e..c08386a 100644 --- a/web/client/src/sections/control/containers/control.jsx +++ b/web/client/src/sections/control/containers/control.jsx @@ -107,9 +107,9 @@ const Control = (props) => { async function concentration1 () { if (pepProjectId) setProjectId(pepProjectId) // 工作台数据请求 - await dispatch(control.getConsoleCount({ pepProjectId: pepProjectId })).then(res => { - if (res.success) setWorkData(res.payload.data) - }) + // await dispatch(control.getConsoleCount({ pepProjectId: pepProjectId })).then(res => { + // if (res.success) setWorkData(res.payload.data) + // }) // 查询BI分析数据-数据 await dispatch(control.getDataAlarmsAggDay({ pepProjectId: pepProjectId })).then(res => { if (res.success) setDataBI(res.payload.data)