Explorar o código

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

wangshun hai 2 semanas
pai
achega
e8bb46f0e6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
     });
   });
 });