flx:修改视频监控结构
This commit is contained in:
parent
536992e5e3
commit
dc81a2d2ce
@ -11,7 +11,7 @@
|
|||||||
:data="shipinList"
|
:data="shipinList"
|
||||||
:props="{
|
:props="{
|
||||||
label: 'name',
|
label: 'name',
|
||||||
children: 'list'
|
children: 'children'
|
||||||
}"
|
}"
|
||||||
node-key="id"
|
node-key="id"
|
||||||
@node-click="checkVideo"
|
@node-click="checkVideo"
|
||||||
@ -164,7 +164,7 @@ const checkVideo = async (item: any) => {
|
|||||||
// let firstVideoId = ref("" as any);
|
// let firstVideoId = ref("" as any);
|
||||||
//获取视频列表
|
//获取视频列表
|
||||||
const getVideoList = async () => {
|
const getVideoList = async () => {
|
||||||
let res: any = await selectProjectVideoListApi({
|
let res: any = await selectProjectVideoGroupApi({
|
||||||
projectSn: store.sn
|
projectSn: store.sn
|
||||||
// all: 1
|
// all: 1
|
||||||
// all=1查全部
|
// all=1查全部
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user