修改搜索条件被截掉的问题,新增电表列表
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import apis from '../utils/request';
|
||||
import { replaceSpecialIcon } from '../utils/index'
|
||||
const { GET, POST, PUT, DELETE } = apis
|
||||
|
||||
// 获取充值记录
|
||||
@@ -34,7 +35,7 @@ export const handleRecharge = async function(park, data) {
|
||||
|
||||
// 获取后台审核列表
|
||||
export const getRechargeApproveList = async function({park = "", page, keyword}) {
|
||||
return await GET(`/wx/getTopExamineList?park=${park}&page=${page}&keyword=${escape(keyword)}`)
|
||||
return await GET(`/wx/getTopExamineList?park=${park}&page=${page}&keyword=${replaceSpecialIcon(keyword)}`)
|
||||
}
|
||||
|
||||
// 对公审核
|
||||
|
Reference in New Issue
Block a user