Explorar o código

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

zh %!s(int64=2) %!d(string=hai) anos
pai
achega
c7fd904dce
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, fiaxianType: 'KING' })
+      const res = await getCustomerList({ pageSize: -1, pageNum: 1, jiaxianType: 'KING' })
       this.customerData = res.data.records
     },