From 3c21b119b45f98580e114af3822249c2d4c74d8b Mon Sep 17 00:00:00 2001 From: chenchenzai Date: Tue, 22 Nov 2022 16:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E8=A7=86=E9=A2=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructureApplication.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index 386cd349..df2129bb 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -118,7 +118,7 @@
{{ userInfo.realNameShow }}
- + @@ -247,7 +247,6 @@ if (item.approveStatus == '通过') { dataList.selectItem = item getVideoUrl(item.cameraInfo); - showVisible.value = true } else { dataList.selectItem = {} showVisible.value = false @@ -302,7 +301,6 @@ init() initApply() const videoUrl = ref('') - const selectedFalg = ref(true) //获取视频控件所需播放地址 const getVideoUrl = (data) =>{ let param = data; @@ -311,6 +309,7 @@ if(res.data.data){ videoUrl.value = res.data.data.url; } + showVisible.value = true }) } mybus.on('selectCamera', (obj) => {