Signed-off-by: 帅哥张玉朋 <10686182+handsome-zhang-yupeng@user.noreply.gitee.com>
@@ -208,7 +208,7 @@
}
},
getDetails(orderId) {
- getCustomer1(orderId).then(response => {
+ getCustomer(orderId).then(response => {
this.item = response.customer;
this.company = response.company;
var that=this;