7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit 966831b6d3 - Show all commits

View File

@ -49,7 +49,6 @@ async function getSupplierConsumptionData() {
}
const rows = computed(() => {
console.log(store.data);
return totalEntryPrice(store.data) || [];
});
@ -118,9 +117,6 @@ const totalEntryPrice = (rows) => {
return rows;
};
totalEntryPrice(rows.value);
console.log('row', rows.value);
onMounted(async () => {
stateStore.rightDrawer = true;
await getSupplierConsumptionData();