From d182731a07ad8b2870b79af02351ff79ed7b101f Mon Sep 17 00:00:00 2001 From: maochaoying <925670706@qq.com> Date: Tue, 5 Sep 2023 14:06:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=93=E6=9D=9F=E6=B6=88=E6=AF=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Progress.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Progress.vue b/src/components/Progress.vue index 7626b4e..3c6ce02 100644 --- a/src/components/Progress.vue +++ b/src/components/Progress.vue @@ -725,9 +725,9 @@ const pauseDisinfect = () => { const disinfectWarnVisible = ref(false) const stopDisinfect = () => { disinfectWarnVisible.value = true - if ([1, 2, 3, 4].includes(operatorStore.disinfectStatus)) { - webSocketStore.sendCommandMsg(stopDisinfectionJSON) - } + // if ([1, 2, 3, 4].includes(operatorStore.disinfectStatus)) { + // webSocketStore.sendCommandMsg(stopDisinfectionJSON) + // } } const hideDisinfectModal = () => {