瀏覽代碼

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;