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