部分页面适配

This commit is contained in:
2025-12-11 18:12:47 +08:00
parent 3c8176f84e
commit 60b4d2bef0
8 changed files with 28 additions and 10 deletions

View File

@@ -184,10 +184,13 @@ function getThirdPartyJobsList(type = 'add') {
let params = {
current: pageState.current,
pageSize: pageState.pageSize,
gsID:companyId,
gsmc:companyName,
zphID:zphId
};
$api.createRequest(
`/app/internal/jobThirdPart?gsID=${companyId}&gsmc=${companyName}&zphID=${zphId}`,
`/app/internal/jobThirdPart`,
params,
'GET',
true