fixes: make proposals

This commit is contained in:
Alexandro Uc Santos
2024-08-10 18:39:08 -06:00
parent 535b000005
commit 3cd6715c4b
8 changed files with 10 additions and 19 deletions

View File

@@ -54,7 +54,6 @@
openModal.value = false;
openModalProposal.value = false;
proposalCurrent.value = null;
// console.log('clear proposal');
}
</script>

View File

@@ -84,7 +84,6 @@
}
const handleSetCurrentVehicle = (data) => {
console.log(data);
if(data.modal === 'form') {
openModal.value = true;
} else if (data.modal === 'driver') {