全岗位

This commit is contained in:
zhangsir
2024-06-24 14:17:59 +08:00
parent 2f9c3827ee
commit 94de112f49
3 changed files with 8 additions and 3 deletions

View File

@@ -3,3 +3,5 @@ import ajax from "@/api/ajax"
export const getList = (params) => ajax.get('/manageApi',`/stu/grow/getStuLearnInfo?userId=${params}`);
//获取路径图详情
export const taskList = (params) => ajax.get('/manageApi',`/stu/grow/taskList?growId=${params}`);
//全岗位路径
export const getFullJobPath = (params) => ajax.get('/manageApi',`/stu/grow/getFullJobPath`);