mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-15 05:46:46 +08:00
全路径
This commit is contained in:
@@ -5,4 +5,6 @@ export const taskList = (id) => ajax.get(`/manageApi/stu/grow/taskList?growId=${
|
||||
// 获取岗位
|
||||
export const getAllPosition = () => ajax.get(`/manageApi/admin/thirdApi/getAllPosition`)
|
||||
// 获取职级
|
||||
export const getAllBandInfo = () => ajax.get(`/manageApi/admin/thirdApi/getAllBandInfo`)
|
||||
export const getAllBandInfo = () => ajax.get(`/manageApi/admin/thirdApi/getAllBandInfo`)
|
||||
//全岗位路径
|
||||
export const getFullJobPath = () => ajax.get(`/manageApi/stu/grow/getFullJobPath`);
|
||||
Reference in New Issue
Block a user