From e58d1c07cb1a83c7c88d5e0e69f5ddc267f5c37f Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Thu, 1 Feb 2024 13:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E9=81=93=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/setChannelDialog.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/views/realTimeMonitor/components/setChannelDialog.vue b/src/views/realTimeMonitor/components/setChannelDialog.vue index 0eda3b4..83e7c8d 100644 --- a/src/views/realTimeMonitor/components/setChannelDialog.vue +++ b/src/views/realTimeMonitor/components/setChannelDialog.vue @@ -229,7 +229,6 @@ export default { this.channelForm.zzbh = this.areaData.cmdid; this.channelForm.roteval = this.roteOptions[0].value; this.channelForm.aival = this.aiOptions[0].value; - this.channelForm.picSize = this.pictureSize[0].value; }, methods: { //获取通道 @@ -547,6 +546,7 @@ export default { }); } else { this.isShow = false; + this.channelLoading = false; this.$message({ duration: 1500, showClose: true, @@ -564,6 +564,19 @@ export default { }, handleclose() { 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 = ""; }, }, };