|
@@ -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
|
|
|
},
|
|
|
|