Browse Source

fix:卸载耗材,大瓶缓存液空白了

feature/history-20250108
zhangjiming 7 months ago
parent
commit
12b375e3f2
  1. 2
      src/pages/Index/Regular/Consumables.vue

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

Loading…
Cancel
Save