八项作业电子围栏第一级不让选择,返前端disabled

pull/4/head
chenxinying 2024-01-31 08:40:31 +08:00
parent b0e31da418
commit 77e20d7586
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ public class ElectronicFenceServiceImpl implements ElectronicFenceService {
Map<String, Object> node = entry.getValue();
String pId = (String) node.get("pId");
if ("0".equals(pId)) {
node.put("disabled",true);
rootNodes.add(node);
} else {
Map<String, Object> parentNode = idToNodeMap.get(pId);