修改公司详情接口地址

This commit is contained in:
xiebin
2025-11-22 19:23:20 +08:00
parent c01abfdd64
commit 06fb492cbd
2 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ function companyCollection() {
}
function getCompanyInfo(companyId,companyName,zphId) {
$api.createRequest(`/app/internal/companyThirdPart/${companyId}`).then((resData) => {
$api.createRequest(`/app/internal/companyThirdPart/${companyId}/${zphId}`).then((resData) => {
companyInfo.value = resData.data;
getJobsList(companyId,companyName,zphId);
});