断点爬取
This commit is contained in:
@@ -160,7 +160,7 @@ export const datasets = {
|
||||
name: 'bills',
|
||||
url: `${config.baseUrl}/#/detail/bill/~/costCenter/bill`,
|
||||
heading: '账单查询',
|
||||
pageSize: 100,
|
||||
pageSize: 20,
|
||||
uniqueKey: (record) => record.__hash,
|
||||
normalize: (record, context) => ({
|
||||
billingMonth: record['账期'] || '',
|
||||
|
||||
Reference in New Issue
Block a user