From c71091c476095ea7e3c5ca79f66b1665d0baa1a3 Mon Sep 17 00:00:00 2001 From: wangsixiang <2970484253@qq.com> Date: Fri, 30 May 2025 10:36:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=80=E7=AB=AF=E6=9C=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/components/Dialogs/RoadNetworkFacilities/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue index 7da2a2bf..00f167bc 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RoadNetworkFacilities/index.vue @@ -354,7 +354,11 @@ export default { let _data = {}; if (res.code != 200) return Message.error(res?.msg); + const isJuduanId = id.startsWith('juduan'); res.data.forEach(e => { + if (isJuduanId && ['door', 'humi', 'temp','pwr','water','com','devs','devf'].includes(e.property)) { + return; //判断是否为局端机,如果是去除这些属性值 + } _list.push({ label: e.propertyName, key: e.propertyName,