Explorar o código

fix: 返利单

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
29ac12edae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/finance/rebate_form.vue

+ 1 - 1
src/views/finance/rebate_form.vue

@@ -470,7 +470,7 @@ export default {
     },
     // 获取经销商数据
     async getCustomerData() {
-      const res = await getCustomerList({ pageSize: -1, pageNum: 1 })
+      const res = await getCustomerList({ pageSize: -1, pageNum: 1, fiaxianType: 'KING' })
       this.customerData = res.data.records
     },