|
@ -6,7 +6,7 @@ export function getReserveItemReport(type) { |
|
|
type: 'get', |
|
|
type: 'get', |
|
|
dispatch: dispatch, |
|
|
dispatch: dispatch, |
|
|
actionType: 'GET_RESERVEITEM_REPORT', |
|
|
actionType: 'GET_RESERVEITEM_REPORT', |
|
|
url: `${ApiTable.getReserveItemReport.replace('{type}', type)}?token=9c62cd15-967f-42dc-a2fd-f79411dfad55`, |
|
|
url: `${ApiTable.getReserveItemReport.replace('{type}', type)}`, |
|
|
msg: { error: '获取储备项目统计信息失败' }, |
|
|
msg: { error: '获取储备项目统计信息失败' }, |
|
|
reducer: { name: 'reserveItemReport' } |
|
|
reducer: { name: 'reserveItemReport' } |
|
|
}); |
|
|
}); |
|
|