From 99cd7cea6b24f772fcbe729dffb93eae0c88206f Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 25 Jun 2024 20:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/GrowthPath.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/views/study/GrowthPath.vue b/src/views/study/GrowthPath.vue index 91834d01..f5d22c57 100644 --- a/src/views/study/GrowthPath.vue +++ b/src/views/study/GrowthPath.vue @@ -15,7 +15,7 @@
选修
-
+
全岗位路径图
@@ -237,10 +237,10 @@
{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }}
-
- - - +
+ + +
@@ -453,6 +453,10 @@ export default { }) }, methods: { + goLearnPath(item){ + console.log(item,'item') + // window.open(`${process.env.VUE_APP_BOE_WEB_URL}/pc/growthpath?growId=${}&name=${}&isTrue=true&status=0&allPath=${false}`) + }, integrateTableData(data) { const { growFullPositionPathBoItemList, allBandCodeList } = data; const bandCodeIndexMap = new Map(allBandCodeList.map((code, index) => [code, index])); @@ -472,7 +476,7 @@ export default { const codeTrimmed = code.trim(); const index = bandCodeIndexMap.get(codeTrimmed); if (index !== undefined) { - integratedDataMap.get(key).bandCodes[index] = { growId: item.growId, permission: item.permission ,isMajorPosition:item.isMajorPosition }; + integratedDataMap.get(key).bandCodes[index] = { growId: item.growId, permission: item.permission ,isMajorPosition:item.isMajorPosition ,growName:item.growName }; } }); });