Browse Source

修复质物检测摄像头失败的bug

master
yangzongjia 2 years ago
parent
commit
85028dbd31
  1. 3
      src/views/zhiwujiance/zhiwujianceList.vue

3
src/views/zhiwujiance/zhiwujianceList.vue

@ -265,7 +265,8 @@ export default {
},
methods: {
getVedioPcLive(row) {
getShiPinNormalByChannelNo({ channelNo: row.channelNo }).then(res => {
console.log("jddkz", row)
getShiPinNormalByChannelNo(row).then(res => {
this.spUrl = res.data
this.dialogImage = true
})

Loading…
Cancel
Save