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 = () => {