Commit 845722aa by wusiyi

feat:客户余额管理新增编辑备注,优化操作日志

parent 2b17f357
...@@ -24,9 +24,7 @@ export function customerBalanceDelete(params) { ...@@ -24,9 +24,7 @@ export function customerBalanceDelete(params) {
} }
// 客户余额管理 查询全部操作日志 // 客户余额管理 查询全部操作日志
export function getLogListApi(params) { export function getLogListApi(params) {
return axios.post( return axios.post('business/customerBalanceOptLogs/list_page', params)
'/business/customerBalanceOptLogs/list?customerBalanceId=' + params
)
} }
// 客户余额管理 分页查询全部扣费明细 // 客户余额管理 分页查询全部扣费明细
export function getChargerRecordsApi(params) { export function getChargerRecordsApi(params) {
......
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