|
|
|
@ -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) {
|
|
|
|
|