fixes: make proposals
This commit is contained in:
@@ -54,7 +54,6 @@
|
||||
openModal.value = false;
|
||||
openModalProposal.value = false;
|
||||
proposalCurrent.value = null;
|
||||
// console.log('clear proposal');
|
||||
}
|
||||
|
||||
</script>
|
||||
|
||||
@@ -84,7 +84,6 @@
|
||||
}
|
||||
|
||||
const handleSetCurrentVehicle = (data) => {
|
||||
console.log(data);
|
||||
if(data.modal === 'form') {
|
||||
openModal.value = true;
|
||||
} else if (data.modal === 'driver') {
|
||||
|
||||
Reference in New Issue
Block a user