【代码评审】IoT:场景联动的 review
This commit is contained in:
@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user