From 4c8da9353339a668b155c5aa5f3a484ee0c97072 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Thu, 28 Nov 2024 14:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=8D=E7=85=A7=E6=97=B6=E9=97=B4=E8=A1=A8?= =?UTF-8?q?=E4=B8=8B=E5=8F=91=E4=BA=91=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ptzDevice/components/setTime.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue b/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue index 264daee..d0dc10a 100644 --- a/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue +++ b/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue @@ -80,7 +80,7 @@ - 取 消 + 取 消 下发时间表 @@ -562,6 +562,11 @@ export default { this.deviceTimeList = val; } }, + closeTimeFun() { + this.dialogVisible = false; + this.timeList = []; + this.deviceTimeList = []; + }, }, };