This commit is contained in:
zhangsir
2024-06-22 17:06:09 +08:00
parent 480e1b0ed9
commit 811f40ba54

View File

@@ -1,7 +1,7 @@
import ajax from '@/api/manage/manageAjax.js'; import ajax from '@/api/manage/manageAjax.js';
export const getList = (params) => ajax.get(`/manageApi/stu/grow/getStuLearnInfo?userId=${params}`); export const getList = (params) => ajax.get(`/manageApi/stu/grow/getStuLearnInfo?userId=${params}`);
//获取路径图详情 //获取路径图详情
export const taskList = (id) => ajax.get(`/stu/grow/taskList?growId=${id}`); 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/admin/thirdApi/getAllPosition`)
// 获取职级 // 获取职级