Explorar o código

update src/views/crm/components/customerDetails.vue.

Signed-off-by: 帅哥张玉朋 <10686182+handsome-zhang-yupeng@user.noreply.gitee.com>
帅哥张玉朋 hai 1 ano
pai
achega
418e414bf1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/crm/components/customerDetails.vue

+ 1 - 1
src/views/crm/components/customerDetails.vue

@@ -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;