review:【antd】【iot】物模型的管理

This commit is contained in:
YunaiV
2025-11-21 11:20:27 +08:00
parent 543e48504b
commit f650d44194
6 changed files with 70 additions and 71 deletions

View File

@@ -23,7 +23,7 @@ const props = defineProps<{ isStructDataSpecs?: boolean; modelValue: any }>();
const emits = defineEmits(['update:modelValue']);
const thingModelEvent = useVModel(props, 'modelValue', emits) as Ref<any>;
// 默认选中INFO 信息
/** 默认选中INFO 信息 */
watch(
() => thingModelEvent.value.type,
(val: string | undefined) =>