|
@@ -208,7 +208,7 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
getDetails(orderId) {
|
|
getDetails(orderId) {
|
|
- getCustomer(orderId).then(response => {
|
|
|
|
|
|
+ getCustomer1(orderId).then(response => {
|
|
this.item = response.customer;
|
|
this.item = response.customer;
|
|
this.company = response.company;
|
|
this.company = response.company;
|
|
var that=this;
|
|
var that=this;
|