fix: BUG修改

This commit is contained in:
kun 2024-03-18 09:15:35 +08:00
parent 62fd39395c
commit fd0b305808

View File

@ -4,6 +4,7 @@
<div class="videoListBig">
<Card title="监控设备列表">
<el-scrollbar style="height: 100%">
<!-- <el-tree ref="treeRef" default-expand-all :data="shipinList" node-key="name" :props="defaultProps"> </el-tree> -->
<div class="decivList">
<div
class="menuDev"
@ -62,6 +63,10 @@ import { ElMessage } from "element-plus";
import { GlobalStore } from "@/stores";
import { selectProjectVideoListApi, getSafeHatSessionApi } from "@/api/modules/video";
import { COMPANY } from "@/config/config";
const defaultProps = {
children: "list",
label: (data:any, node:any) => node.data.name
};
let videoType = ref("") as any;
let ysyParams = ref({} as any);