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,