From 1ffc797c958387cd7f9e95372967b228b9bf2539 Mon Sep 17 00:00:00 2001 From: sige Date: Sat, 25 May 2024 02:32:39 +0800 Subject: [PATCH] j --- src/components/LiquidHandle.vue | 97 +++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 58 deletions(-) diff --git a/src/components/LiquidHandle.vue b/src/components/LiquidHandle.vue index 0a970a8..9496832 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'); +} @@ -227,11 +213,6 @@ const startAdd = () => { } } -const stopAdd = () => { - if (operatorStore.replenishingFluidsWorkState == 1) { - webSocketStore.sendCommandMsg(stopReplenishingFluidsJSON) - } -} const stopPop = () => { if (operatorStore.drainingWorkState == 1) {