From c590f094778c44052ef65c6e5a0391b00d4f9868 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 24 Jun 2024 20:47:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/modules/growth.js | 4 +- pages/learnPath/allPath.vue | 140 +++++++++++++++--------------------- 2 files changed, 59 insertions(+), 85 deletions(-) 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 @@