diff --git a/api/modules/growth.js b/api/modules/growth.js index f8ee881..94e781a 100644 --- a/api/modules/growth.js +++ b/api/modules/growth.js @@ -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`) \ No newline at end of file +export const getAllBandInfo = () => ajax.get(`/manageApi/admin/thirdApi/getAllBandInfo`) +//全岗位路径 +export const getFullJobPath = () => ajax.get(`/manageApi/stu/grow/getFullJobPath`); \ No newline at end of file diff --git a/pages/learnPath/allPath.vue b/pages/learnPath/allPath.vue index 1b47b88..1011f24 100644 --- a/pages/learnPath/allPath.vue +++ b/pages/learnPath/allPath.vue @@ -14,116 +14,44 @@ - 当前路径 + 其他路径 - 当前路径 + 其他路径(无权限) - + - - - - - + - - - + + - - - -
- name Band1Band2Band3Band4Band5{{ item.title }}
{{ row.name }} +
{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }} + - - - - - - - - - - - - - - - -
@@ -133,6 +61,7 @@