UI-Project/src/views/hollow/hollowequipment.vue
@@ -1885,7 +1885,9 @@ const blinde = ref(false) const labelPrint = ref(false); const handleBinde = (flowCard) => { const summary = flowCard.reduce((map, item) => { const summary = flowCard .filter(item => item.isPair !== 0) .reduce((map, item) => { const key = `${item.hollowSequence}`; if (!map[key]) { map[key] = { @@ -1898,6 +1900,7 @@ return map; }, {}); listFlow.value = Object.values(summary); console.log(listFlow.value) blinde.value = true; getTags(); hiprint.init();