From ac08853db2f62c33a6a5e58ad54dfaf0b126642a Mon Sep 17 00:00:00 2001 From: sige Date: Sat, 25 May 2024 01:21:15 +0800 Subject: [PATCH] sss --- src/components/LiquidHandle.vue | 92 +++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 58 deletions(-) diff --git a/src/components/LiquidHandle.vue b/src/components/LiquidHandle.vue index fdb3813..ff7ed8a 100644 --- a/src/components/LiquidHandle.vue +++ b/src/components/LiquidHandle.vue @@ -2,33 +2,11 @@

- - - - - - - - - - + +

- - - - + + + + + + + + + + + + + + + + { operatorStore.liquidAddtionVolume = parseInt(addLiquidVal.value); }); +// 停止加液 +async function actionAddStop() { + await webSocketStore.call('stopReplenishingFluids'); +} + + const formatter = value => { if (parseInt(value) > 2500) { @@ -223,11 +203,7 @@ const startAdd = () => { } } -const stopAdd = () => { - if (operatorStore.replenishingFluidsWorkState == 1) { - webSocketStore.sendCommandMsg(stopReplenishingFluidsJSON) - } -} + const stopPop = () => { if (operatorStore.drainingWorkState == 1) {