Browse Source

去掉正压负压选择

master
maochaoying 2 years ago
parent
commit
396d2c25a6
  1. 14
      src/components/Operator.vue

14
src/components/Operator.vue

@ -583,13 +583,13 @@ const startDisinfect = () => {
//
//
// preVisible.value = true
// operatorStore.updateShowStartReady(true)
// //
// setTimeout(() => {
// operatorStore.updateShowStartReady(false)
// }, 10000)
// realStart()
envirVisible.value = true
operatorStore.updateShowStartReady(true)
//
setTimeout(() => {
operatorStore.updateShowStartReady(false)
}, 10000)
realStart()
// envirVisible.value = true
}
const realStart = () => {

Loading…
Cancel
Save