refs #6976 fix pr
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-04-26 09:00:42 +02:00
parent fc275d9274
commit 966831b6d3
1 changed files with 0 additions and 4 deletions

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();