zh 2 gadi atpakaļ
vecāks
revīzija
29ac12edae
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
     },