8.4 重评接口参数名错误

This commit is contained in:
jl-zhoujl2
2022-08-04 09:13:26 +08:00
parent 4b4e6034bc
commit fd70b0cfd1

View File

@ -64,7 +64,7 @@ export async function getAfreshList(params: any) {
export async function addAfresh(params: any) {
return request("/api/biz-service-ebtp-project/v1/projectReEvaluation", {
method: "POST",
data: paramsonChange
data: params
})
}