瀏覽代碼

修改bug

Qukatie 1 年之前
父節點
當前提交
761ae2432c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/tirePartsMall/financialManagement/purchaseDetail/index.vue

+ 1 - 1
src/views/tirePartsMall/financialManagement/purchaseDetail/index.vue

@@ -394,7 +394,7 @@ export default {
         },
         // 获取客户数据
         KHgetListfun(cname) {
-            KHgetList({ current: 1, size: 20, corpType: 'KH', cname: cname ? cname : null }).then(res => {
+            KHgetList({ current: 1, size: 20, corpType: 'GYS', cname: cname ? cname : null }).then(res => {
                 this.customerData = res.data.data.records
             })
         },