From f7d18e6f456dd6d113e59fc1472f59c84b2e2806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Fri, 29 Dec 2023 09:50:13 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=AD=9B=E9=80=89=E7=AE=A1=E5=BB=8A?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E7=89=A9=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/deviceManage/containers/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/deviceManage/containers/network.js b/web/client/src/sections/deviceManage/containers/network.js index 469e143..84879fa 100644 --- a/web/client/src/sections/deviceManage/containers/network.js +++ b/web/client/src/sections/deviceManage/containers/network.js @@ -28,7 +28,7 @@ function Network(props) { useEffect(() => { dispatch(projectRegime.getProjectList()).then(res => { if (res.success) { - const dp = res.payload.data?.rows?.map(item => { + const dp = res.payload.data?.rows?.filter(i=>i.type==='管廊')?.map(item => { return { label: item?.name, id: item?.id,