Pre Merge pull request !118 from yuannuoxin/N/A
commit
bbec2be8e0
|
|
@ -128,7 +128,7 @@
|
||||||
state.loadStatus = 'loading';
|
state.loadStatus = 'loading';
|
||||||
let { code, data } = await BrokerageApi.getBrokerageRecordPage({
|
let { code, data } = await BrokerageApi.getBrokerageRecordPage({
|
||||||
pageSize: state.pagination.pageSize,
|
pageSize: state.pagination.pageSize,
|
||||||
pageNo: state.pagination.pageSize,
|
pageNo: state.pagination.pageNo,
|
||||||
bizType: 1, // 获得推广佣金
|
bizType: 1, // 获得推广佣金
|
||||||
status: state.currentTab > 0 ? state.currentTab : undefined,
|
status: state.currentTab > 0 ? state.currentTab : undefined,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue