From 6640fff837ee2e7ea41ba47aff44f278f27eccf9 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 16 Jan 2025 14:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=B0=83=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/components/Consumables/MoveLiquidArea.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/Index/components/Consumables/MoveLiquidArea.vue b/src/pages/Index/components/Consumables/MoveLiquidArea.vue index ade82f7..7ab9be1 100644 --- a/src/pages/Index/components/Consumables/MoveLiquidArea.vue +++ b/src/pages/Index/components/Consumables/MoveLiquidArea.vue @@ -241,9 +241,7 @@ const handleTouchEnd = () => { } //设备当前运行状态 -const workState = ref(deviceStore.deviceState.workState) - - +// const workState = ref(deviceStore.deviceState.workState) let showModal = ref(false) const handleConfirm = () => { showModal.value = false @@ -285,7 +283,6 @@ if (deviceStore.deviceState.workState === 'WORKING') { //处理急诊状态消息 const handleEmergencyPosState = (data: EmergencyPosStateMessage['data']) => { // data.tube.state = 'PROCESSING' - console.log('设备运行状态---', deviceStore.deviceState.workState) if (deviceStore.deviceState.workState === 'WORKING') { emergencyStatus.value = false; return;