西海岸BUG修改
This commit is contained in:
parent
ddf1a7e6b3
commit
951ddbc77b
|
@ -2,7 +2,7 @@
|
|||
* @Author: Light
|
||||
* @Date: 2022-11-18 11:53:43
|
||||
* @LastEditors: Light
|
||||
* @LastEditTime: 2022-11-29 17:28:02
|
||||
* @LastEditTime: 2022-11-30 11:55:51
|
||||
* @Description: 告诉大家这是什么
|
||||
-->
|
||||
<template>
|
||||
|
@ -340,11 +340,14 @@
|
|||
if (item.approveStatus == '通过') {
|
||||
dataList.selectItem = item
|
||||
getVideoUrl(item.cameraInfo)
|
||||
return
|
||||
} else if (item.backToFirst == 'true') {
|
||||
message.info('请到个人中心查看详情')
|
||||
} else {
|
||||
dataList.selectItem = {}
|
||||
message.info('请耐心等待审核通过')
|
||||
showVisible.value = false
|
||||
}
|
||||
dataList.selectItem = {}
|
||||
showVisible.value = false
|
||||
}
|
||||
const handleOk = () => {
|
||||
console.log('id', instanceId.value)
|
||||
|
|
Loading…
Reference in New Issue