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