|
|
@@ -626,6 +626,10 @@ import {
|
|
|
import { getFileAccessHttpUrl } from '/@/utils/common/compUtils'
|
|
|
|
|
|
|
|
|
+const props=defineProps<{
|
|
|
+ treeData: DeviceGroup[],
|
|
|
+ selectedCamera: Ref<DeviceNode | null>,
|
|
|
+}>();
|
|
|
const emit = defineEmits<{
|
|
|
(e: 'select', device: DeviceNode): void;
|
|
|
(e: 'checkChange', payload: { device: DeviceNode; index: number; checked: boolean }): void;
|