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

admin前端bug提交 8.10 zyp

阿拉蕾 преди 1 година
родител
ревизия
796d2d681c
променени са 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) {
-                getCustomer(orderId).then(response => {
+                getCustomer1(orderId).then(response => {
                     this.item = response.customer;
                     this.company = response.company;
                     var that=this;