From 5262ef2afce22e3275fa184309b45e339ec2bba5 Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Tue, 7 Jan 2025 16:43:10 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20tip=E6=95=B0=E7=9B=AE=E6=9C=AA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Regular/Consumables.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Index/Regular/Consumables.vue b/src/pages/Index/Regular/Consumables.vue index 3c5e7da..1f1b430 100644 --- a/src/pages/Index/Regular/Consumables.vue +++ b/src/pages/Index/Regular/Consumables.vue @@ -259,6 +259,7 @@ const handleConsumablesState = (data: ConsumablesStateMessage['data']) => { consumableStore.setConsumablesData(data) if (!isDragging.value) { moveLiquids.value = data.tips + tempTipNum.value = [...moveLiquids.value.map((liquid) => liquid.tipNum)] plates.value = data.reactionPlateGroup as ReactionPlate[] bufferLittles.value = data.littBottleGroup as BufferLittle[] bufferBig.value = data.larBottleGroup as BottleGroup[]