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 }; } }); });