Explorar o código

admin前端bug提交 8.10 zyp

阿拉蕾 hai 1 ano
pai
achega
796d2d681c
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) {
-                getCustomer(orderId).then(response => {
+                getCustomer1(orderId).then(response => {
                     this.item = response.customer;
                     this.company = response.company;
                     var that=this;