소스 검색

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

Signed-off-by: 帅哥张玉朋 <10686182+handsome-zhang-yupeng@user.noreply.gitee.com>
帅哥张玉朋 1 년 전
부모
커밋
418e414bf1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;