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 00f167bc..e73c2c6c 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 @@ -359,6 +359,9 @@ export default { if (isJuduanId && ['door', 'humi', 'temp','pwr','water','com','devs','devf'].includes(e.property)) { return; //判断是否为局端机,如果是去除这些属性值 } + if(e.propertyName==""||e.propertyName==null){ + return;//名称判空验证 + } _list.push({ label: e.propertyName, key: e.propertyName,