[update]moneyLog页面新增历史记录按钮
This commit is contained in:
@@ -11,3 +11,11 @@ export function add(userId: string) {
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
export function logHistory(params: { id: number | string }) {
|
||||
return createAxios({
|
||||
url: url + 'logHistory',
|
||||
method: 'get',
|
||||
params,
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user