auto kind of working
This commit is contained in:
@@ -152,8 +152,8 @@ export default defineComponent({
|
||||
withCredentials: true,
|
||||
})
|
||||
.then((response: any) => {
|
||||
this.automatic = response.data.automatic;
|
||||
this.getCustomer(response.data.automatic.customer_id);
|
||||
this.automatic = response.data;
|
||||
this.getCustomer(response.data.customer_id);
|
||||
this.sumdelivery(this.$route.params.id);
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user