Changes
This commit is contained in:
@@ -301,7 +301,6 @@ export default defineComponent({
|
||||
})
|
||||
.then((response: any) => {
|
||||
this.customer = response.data;
|
||||
console.log(this.customer)
|
||||
|
||||
})
|
||||
.catch(() => {
|
||||
|
||||
@@ -43,8 +43,6 @@ const deliveryRoutes = [
|
||||
name: 'finalizeTicket',
|
||||
component: finalizeTicket,
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: '/delivery/cancelled',
|
||||
name: 'deliveryCancelled',
|
||||
|
||||
@@ -126,7 +126,7 @@ export default defineComponent({
|
||||
})
|
||||
},
|
||||
get_oil_orders() {
|
||||
let path = import.meta.env.VITE_BASE_URL + '/deliverydata/pending';
|
||||
let path = import.meta.env.VITE_BASE_URL + '/deliverystatus/pending';
|
||||
axios({
|
||||
method: 'get',
|
||||
url: path,
|
||||
|
||||
Reference in New Issue
Block a user