安徽视频

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

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

Loading…
Cancel
Save