소스 검색

json树修改

易涛 3 년 전
부모
커밋
30d8724153
1개의 변경된 파일3개의 추가작업 그리고 35개의 파일을 삭제
  1. 3 35
      src/main/resources/json/GroupTree.json

+ 3 - 35
src/main/resources/json/GroupTree.json

@@ -4,52 +4,20 @@
     "name": "组合式空调机组",
     "classCode": "ACATAH",
     "condition": "installType: 1",
-    "children": [
-      {
-        "id": "3",
-        "name": "组合式空调机组",
-        "classCode": "ACATAH",
-        "condition": "installType: 1",
-        "children": []
-      }
-    ]
+    "children": []
   },
   {
     "id": "2",
     "name": "吊装空调",
     "classCode": "ACATAH",
     "condition": "installType: 2",
-    "children": [
-      {
-        "id": "4",
-        "name": "组合式空调机组",
-        "classCode": "ACATAH",
-        "condition": "installType: 1",
-        "children": [
-          {
-            "id": "6",
-            "name": "组合式空调机组",
-            "classCode": "ACATAH",
-            "condition": "installType: 1",
-            "children": []
-          }
-        ]
-      }
-    ]
+    "children": []
   },
   {
     "id": "3",
     "name": "新风机组",
     "classCode": "ACATFU",
     "condition": "",
-    "children": [
-      {
-        "id": "5",
-        "name": "组合式空调机组",
-        "classCode": "ACATAH",
-        "condition": "installType: 1",
-        "children": []
-      }
-    ]
+    "children": []
   }
 ]