Sfoglia il codice sorgente

fix: 返利单修改经销商列表参数

zh 2 anni fa
parent
commit
c7fd904dce
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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, fiaxianType: 'KING' })
+      const res = await getCustomerList({ pageSize: -1, pageNum: 1, jiaxianType: 'KING' })
       this.customerData = res.data.records
     },