Explorar el Código

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

zh hace 2 años
padre
commit
c7fd904dce
Se han modificado 1 ficheros con 1 adiciones y 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, fiaxianType: 'KING' })
+      const res = await getCustomerList({ pageSize: -1, pageNum: 1, jiaxianType: 'KING' })
       this.customerData = res.data.records
     },