修改公司详情接口地址
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user