From 6197c538048d4f257222cd9a8047e8b6cf27c60a Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 19 Feb 2024 15:23:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E9=81=93=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/realTimeMonitor/components/setChannelDialog.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/realTimeMonitor/components/setChannelDialog.vue b/src/views/realTimeMonitor/components/setChannelDialog.vue index 8fc1d32..2802063 100644 --- a/src/views/realTimeMonitor/components/setChannelDialog.vue +++ b/src/views/realTimeMonitor/components/setChannelDialog.vue @@ -599,9 +599,10 @@ export default { }, handleclose() { this.isShow = false; + this.bgflag = false; this.channelLoading = false; this.channelForm.zzbh = ""; - this.channelForm.ysl = ""; + this.channelForm.ysl = 80; this.channelForm.usbchecked = ""; this.channelForm.zzdjchecked = ""; this.channelForm.zdbgchecked = "";