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