安徽视频

ds1.0
fanluyan 2 years ago
parent 2567701244
commit 8d73a1c348

@ -325,7 +325,9 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="videoVisible = false"> </el-button>
<el-button type="primary" @click="anVideoFn"> </el-button>
<el-button type="primary" @click="anVideoFn(commondChannel)"
> </el-button
>
</div>
</el-dialog>
</div>
@ -422,6 +424,7 @@ export default {
stream: "0",
time: "20",
},
commondChannel: 1,
};
},
watch: {
@ -846,6 +849,7 @@ export default {
console.log(command);
this.clearfun();
console.log(command);
this.commondChannel = command;
this.clearfun();
if (this.zzprotocol == "65281") {
this.videoVisible = true;
@ -924,7 +928,7 @@ export default {
})
.catch((err) => {});
},
anVideoFn() {
anVideoFn(command) {
getTermStatus({ termId: this.zztermId }).then((res) => {
console.log(res);
if (res.data.isonline) {

Loading…
Cancel
Save