行业类型,工种,岗位名接口联调
This commit is contained in:
@@ -44,9 +44,12 @@ export const getSkillList = (worktypesId) => {
|
||||
}
|
||||
|
||||
/*获取企业工种*/
|
||||
export const getWorkTypes = () => {
|
||||
export const getWorkTypes = (type) => {
|
||||
return request({
|
||||
url: '/api/jobslink-api/tenant/worktypes/base/list',
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
params: {
|
||||
type
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user