From 12b375e3f2d065f0c25a13f3d0f0ef60bddb5f1a Mon Sep 17 00:00:00 2001 From: zhangjiming Date: Tue, 7 Jan 2025 16:38:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8D=B8=E8=BD=BD=E8=80=97=E6=9D=90?= =?UTF-8?q?=EF=BC=8C=E5=A4=A7=E7=93=B6=E7=BC=93=E5=AD=98=E6=B6=B2=E7=A9=BA?= =?UTF-8?q?=E7=99=BD=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Index/Regular/Consumables.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Index/Regular/Consumables.vue b/src/pages/Index/Regular/Consumables.vue index f477405..3c5e7da 100644 --- a/src/pages/Index/Regular/Consumables.vue +++ b/src/pages/Index/Regular/Consumables.vue @@ -425,7 +425,7 @@ const handleIsUnload = () => { color: '#4caf50', }, ] - bufferBig.value = [] + bufferBig.value = Array.from({ length: 6 }, () => ({ num: 0, isUse: false})) } const isDragging = ref(false)