fix 传参

This commit is contained in:
2025-12-12 10:50:45 +08:00
parent cb1052346e
commit 30764cec57
4 changed files with 15 additions and 5 deletions

View File

@@ -153,9 +153,11 @@ function getCompanyList(type = 'add') {
let params = {
current: pageState.current,
pageSize: pageState.pageSize,
zphID:jobFairId,
zphmc:jobFairName
};
$api.createRequest(
`/app/internal/companyThirdPart/?zphID=${jobFairId}&zphmc=${jobFairName}`,
`/app/internal/companyThirdPart`,
params,
'GET',
true