From 05037ccc6dfb0afb4dd5987c714208de7fbacb46 Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Wed, 1 Nov 2023 15:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=85=8D=E7=BD=AE=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=9F=A5=E8=AF=A2=E7=9A=84=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/photographicDevice/components/imageCapture.vue | 1 + src/views/photographicDevice/components/parameterSetDialog.vue | 1 + src/views/photographicDevice/components/videoCapture.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/src/views/photographicDevice/components/imageCapture.vue b/src/views/photographicDevice/components/imageCapture.vue index 4fdd6f2..1fe8e86 100644 --- a/src/views/photographicDevice/components/imageCapture.vue +++ b/src/views/photographicDevice/components/imageCapture.vue @@ -994,6 +994,7 @@ export default { this.searchloading = false; this.setloading = false; this.lookTime = ""; + this.showLookTime = false; }, }, }; diff --git a/src/views/photographicDevice/components/parameterSetDialog.vue b/src/views/photographicDevice/components/parameterSetDialog.vue index 0a0deb0..1861ad7 100644 --- a/src/views/photographicDevice/components/parameterSetDialog.vue +++ b/src/views/photographicDevice/components/parameterSetDialog.vue @@ -838,6 +838,7 @@ export default { //tab被触发 handleClick(tab, event) { this.lookTime = ""; + this.showLookTime = false; window.clearInterval(this.timer); this.timer = null; this.i = 0; diff --git a/src/views/photographicDevice/components/videoCapture.vue b/src/views/photographicDevice/components/videoCapture.vue index 2654a93..f264f46 100644 --- a/src/views/photographicDevice/components/videoCapture.vue +++ b/src/views/photographicDevice/components/videoCapture.vue @@ -418,6 +418,7 @@ export default { this.searchloading = false; this.setloading = false; this.lookTime = ""; + this.showLookTime = false; }, }, };