Преглед на файлове

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;