7129-finishRouteMigration #447

Merged
pablone merged 11 commits from 7129-finishRouteMigration into dev 2024-06-20 08:50:33 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 2ea87ea920 - Show all commits

View File

@ -120,7 +120,6 @@ const refreshKey = ref(0);
const total = computed(() => {
return selectedRows.value.reduce((sum, item) => sum + item.price, 0);
});
console.log('total: ', total);
const openDmsUploadDialog = async () => {
dmsDialog.value.rowsToCreateInvoiceIn = selectedRows.value

View File

@ -129,7 +129,6 @@ function confirmRemove() {
}
function navigateToRoadmapSummary(event, row) {
console.log('row.id : ', row.id);
router.push({ name: 'RoadmapSummary', params: { id: 1 } });
pablone marked this conversation as resolved
Review

console log no, pots gastar lo que fa dir segarra per a tindre tu logs

console log no, pots gastar lo que fa dir segarra per a tindre tu logs
}
</script>