This commit is contained in:
zhangsir
2024-06-25 19:19:38 +08:00
parent 4b825fa4ee
commit 2cfa2e7202
3 changed files with 18 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ export const getList = (params) => ajax.get(`/manageApi/stu/grow/getStuLearnInfo
//获取路径图详情
export const taskList = (id) => ajax.get(`/manageApi/stu/grow/taskList?growId=${id}`);
// 获取岗位
export const getAllPosition = () => ajax.get(`/manageApi/admin/thirdApi/getAllPosition`)
export const getAllPosition = () => ajax.get(`/manageApi/stu/grow/getPositionOfPath`)
// 获取职级
export const getAllBandInfo = () => ajax.get(`/manageApi/admin/thirdApi/getAllBandInfo`)
//全岗位路径
export const getFullJobPath = () => ajax.get(`/manageApi/stu/grow/getFullJobPath`);
export const getFullJobPath = (params) => ajax.get(`/manageApi/stu/grow/getFullJobPath?positionIdList=${params.positionIdList}&bandCodeList=${params.bandCodeList}`);