通道设置

wp1.0
fanluyan 1 year ago
parent fcdde8aa33
commit e58d1c07cb

@ -229,7 +229,6 @@ export default {
this.channelForm.zzbh = this.areaData.cmdid; this.channelForm.zzbh = this.areaData.cmdid;
this.channelForm.roteval = this.roteOptions[0].value; this.channelForm.roteval = this.roteOptions[0].value;
this.channelForm.aival = this.aiOptions[0].value; this.channelForm.aival = this.aiOptions[0].value;
this.channelForm.picSize = this.pictureSize[0].value;
}, },
methods: { methods: {
// //
@ -547,6 +546,7 @@ export default {
}); });
} else { } else {
this.isShow = false; this.isShow = false;
this.channelLoading = false;
this.$message({ this.$message({
duration: 1500, duration: 1500,
showClose: true, showClose: true,
@ -564,6 +564,19 @@ export default {
}, },
handleclose() { handleclose() {
this.isShow = false; this.isShow = false;
this.channelLoading = false;
this.channelForm.ysl = "";
this.channelForm.usbchecked = "";
this.channelForm.zzdjchecked = "";
this.channelForm.zdbgchecked = "";
this.channelForm.bgsj = "";
this.channelForm.iso = "";
this.channelForm.hdrchecked = "";
this.channelForm.ywchecked = "";
this.channelForm.rtosd = "";
this.channelForm.ltosd = "";
this.channelForm.lbosd = "";
this.channelForm.rbosd = "";
}, },
}, },
}; };

Loading…
Cancel
Save