Browse Source

修改bug

Qukatie 1 year ago
parent
commit
761ae2432c

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

@@ -394,7 +394,7 @@ export default {
         },
         },
         // 获取客户数据
         // 获取客户数据
         KHgetListfun(cname) {
         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
                 this.customerData = res.data.data.records
             })
             })
         },
         },