add: fixes user card & removed logs
This commit is contained in:
@@ -92,9 +92,6 @@
|
||||
formLoad.segment = loadStore.currentLoad.categories?.length <= 0 ? [] : loadStore.currentLoad.categories.map(m =>{
|
||||
return m;
|
||||
});
|
||||
// formLoad.segment = loadStore.currentLoad.categories?.length <= 0 ? null : loadStore.currentLoad.categories.map(m =>{
|
||||
// return m;
|
||||
// });
|
||||
startLocation.value = loadStore.currentLoad.origin_formatted_address;
|
||||
endLocation.value = loadStore.currentLoad.destination_formatted_address;
|
||||
formLoad.terms = loadStore.currentLoad.product;
|
||||
@@ -165,7 +162,6 @@
|
||||
|
||||
const getLocations = async() => {
|
||||
loadingLocations.value = true;
|
||||
// filterQueryVehicles.value.company = "company="+ localStorage.getItem('id');
|
||||
await companyStore.getLocationsLoads()
|
||||
loadingLocations.value = false;
|
||||
}
|
||||
@@ -207,7 +203,6 @@
|
||||
city: '',
|
||||
country: '',
|
||||
postalCode: '',
|
||||
// ref: '',
|
||||
});
|
||||
|
||||
const destination = reactive({
|
||||
@@ -217,7 +212,6 @@
|
||||
city: '',
|
||||
country: '',
|
||||
postalCode: '',
|
||||
// ref: '',
|
||||
});
|
||||
|
||||
const setLoadData = () => {
|
||||
|
||||
Reference in New Issue
Block a user