【代码评审】IoT:场景联动的 review

This commit is contained in:
YunaiV
2025-03-30 10:18:33 +08:00
parent 30c9f0b872
commit 782337952d
12 changed files with 28 additions and 33 deletions

View File

@ -25,7 +25,7 @@ const props = defineProps<{ modelValue: any }>()
const emits = defineEmits(['update:modelValue'])
const dataBridgeId = useVModel(props, 'modelValue', emits)
const dataBridgeList = ref<any[]>([]) /** 数据桥接列表 */
const dataBridgeList = ref<any[]>([]) // 数据桥接列表
/** 获取数据桥接列表 */
const getDataBridgeList = async () => {