diff --git a/src/components/LiquidHandle.vue b/src/components/LiquidHandle.vue
index 46180ad..0f2a70c 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');
+}
@@ -226,11 +212,7 @@ const startAdd = () => {
}
}
-const stopAdd = () => {
- if (operatorStore.replenishingFluidsWorkState == 1) {
- webSocketStore.sendCommandMsg(stopReplenishingFluidsJSON)
- }
-}
+
const stopPop = () => {
if (operatorStore.drainingWorkState == 1) {