调整工作台接口,处理特殊字符

This commit is contained in:
2024-11-18 17:09:07 +08:00
parent 84c6c54e58
commit 883461c852
7 changed files with 82 additions and 75 deletions

View File

@@ -33,8 +33,8 @@ 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=${keyword}`)
export const getRechargeApproveList = async function({park = "", page, keyword}) {
return await GET(`/wx/getTopExamineList?park=${park}&page=${page}&keyword=${escape(keyword)}`)
}
// 对公审核