Browse Source

结束消毒

master
maochaoying 2 years ago
parent
commit
d182731a07
  1. 6
      src/components/Progress.vue

6
src/components/Progress.vue

@ -725,9 +725,9 @@ const pauseDisinfect = () => {
const disinfectWarnVisible = ref(false) const disinfectWarnVisible = ref(false)
const stopDisinfect = () => { const stopDisinfect = () => {
disinfectWarnVisible.value = true 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 = () => { const hideDisinfectModal = () => {

Loading…
Cancel
Save