[update]moneyLog页面新增历史记录按钮

This commit is contained in:
2026-06-04 14:44:26 +08:00
parent 6ac618bc0a
commit 0771c62caa
2 changed files with 110 additions and 8 deletions

View File

@@ -11,3 +11,11 @@ export function add(userId: string) {
},
})
}
export function logHistory(params: { id: number | string }) {
return createAxios({
url: url + 'logHistory',
method: 'get',
params,
})
}