Sfoglia il codice sorgente

perf(views): 优化"基本信息"步骤分组接口传参格式

wangshun 2 settimane fa
parent
commit
e8bb46f0e6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/create-device/BasicInformation.vue

+ 1 - 0
src/views/create-device/BasicInformation.vue

@@ -136,6 +136,7 @@ onMounted(() => {
     });
     oneDeviceGroup.value = await getDeviceGroupList({
       parentId: -1,
+      haveChild: false,
     });
   });
 });