Commit 2b91e754 authored by 邓春圆's avatar 邓春圆

新增汇率列表

parent 4fb0fa81
......@@ -42,7 +42,14 @@ export function getExchangeRatePage(query) {
params: query
})
}
// 汇率日志查询
export function getExchangeRateLogList(params){
return request({
url:'/ecw/exchange-rate-log/list',
method:'get',
params,
})
}
// 导出汇率管理 Excel
export function exportExchangeRateExcel(query) {
return request({
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment