Bläddra i källkod

json树修改

易涛 3 år sedan
förälder
incheckning
30d8724153
1 ändrade filer med 3 tillägg och 35 borttagningar
  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": []
   }
 ]