This commit is contained in:
SunCheng
2026-02-09 19:25:51 +08:00
parent 63aaaf39c5
commit 3e18283e52
38 changed files with 6188 additions and 5342 deletions

View File

@@ -189,7 +189,7 @@ export const batchUpdateClassify = (items) => {
*/
export const getReasonGroups = (pageIndex = 1, pageSize = 20) => {
return request({
url: '/TransactionRecord/GetReasonGroups',
url: '/TransactionStatistics/GetReasonGroups',
method: 'get',
params: { pageIndex, pageSize }
})