fix: BUG修改
This commit is contained in:
parent
62fd39395c
commit
fd0b305808
@ -4,6 +4,7 @@
|
|||||||
<div class="videoListBig">
|
<div class="videoListBig">
|
||||||
<Card title="监控设备列表">
|
<Card title="监控设备列表">
|
||||||
<el-scrollbar style="height: 100%">
|
<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="decivList">
|
||||||
<div
|
<div
|
||||||
class="menuDev"
|
class="menuDev"
|
||||||
@ -62,6 +63,10 @@ import { ElMessage } from "element-plus";
|
|||||||
import { GlobalStore } from "@/stores";
|
import { GlobalStore } from "@/stores";
|
||||||
import { selectProjectVideoListApi, getSafeHatSessionApi } from "@/api/modules/video";
|
import { selectProjectVideoListApi, getSafeHatSessionApi } from "@/api/modules/video";
|
||||||
import { COMPANY } from "@/config/config";
|
import { COMPANY } from "@/config/config";
|
||||||
|
const defaultProps = {
|
||||||
|
children: "list",
|
||||||
|
label: (data:any, node:any) => node.data.name
|
||||||
|
};
|
||||||
let videoType = ref("") as any;
|
let videoType = ref("") as any;
|
||||||
let ysyParams = ref({} as any);
|
let ysyParams = ref({} as any);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user