src/views/specialWorkSystem/specialIndex/components/videoDetail.vue
@@ -189,7 +189,7 @@ const recordRef = ref() const openDialog = (row)=>{ state.videoData = row console.log(state.videoData,'data') console.log(state.videoData.approvalDeviceList,'data') state.title = row.workTypeDesc + '编号' + row.workPermitNo + '实时监测详情' state.videoDetailDialog = true }