Pre Merge pull request !118 from yuannuoxin/N/A

pull/118/MERGE
yuannuoxin 2024-11-01 12:44:58 +00:00 committed by Gitee
commit bbec2be8e0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
state.loadStatus = 'loading';
let { code, data } = await BrokerageApi.getBrokerageRecordPage({
pageSize: state.pagination.pageSize,
pageNo: state.pagination.pageSize,
pageNo: state.pagination.pageNo,
bizType: 1, // 广
status: state.currentTab > 0 ? state.currentTab : undefined,
});