diff --git a/src/api/index.js b/src/api/index.js index f3f684d2..733c29b2 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -80,3 +80,5 @@ export const getProjectCount = (projectId) => http.get('/admin/project/projectCo export const login = (obj) => http.post('/admin/CheckUser/userLogin', obj) export const userInfo = () => http.get('/admin/CheckUser/userInfo') +//修改备注 +export const editStudent = (obj) => http.post('/admin/student/editStudent', obj) \ No newline at end of file diff --git a/src/api/indexProject.js b/src/api/indexProject.js index 7807ef11..571eacfb 100644 --- a/src/api/indexProject.js +++ b/src/api/indexProject.js @@ -19,4 +19,6 @@ export const dataStatisticsSelectV1= (obj) => http.post('/data/statistics/select //柱状体右侧获取数据接口 export const dataStatisticsSelectV2= (obj) => http.post('/data/statistics/select/v2', obj ) // 图表2 学习情况数据接口 -export const boeuStudyDataGetStudyStaisticsList= (obj) => http.post('/boeu/studyData/getStudyStatisticsList', obj ) \ No newline at end of file +export const boeuStudyDataGetStudyStaisticsList= (obj) => http.post('/boeu/studyData/getStudyStatisticsList', obj ) +//查看用户有无权限 +export const reportOrgs = (obj) => https.get('/orgHrbp/reportOrgs', {params:obj} ) \ No newline at end of file diff --git a/src/components/BreadCrumb.vue b/src/components/BreadCrumb.vue index 4f84ee0b..24ed88cd 100644 --- a/src/components/BreadCrumb.vue +++ b/src/components/BreadCrumb.vue @@ -594,6 +594,16 @@ } ]; } + if (n.indexOf("/trainingnewmanager") !== -1 || n.indexOf("/TrainingNewManager") !== -1) { + state.list = [ + { + name: "报表中心", + }, + { + name:'新任管理者培训数据' + }, + ]; + } if (n.indexOf("/learningpathmap") !== -1 || n.indexOf("/LearningPathMap") !== -1) { state.list = [ { diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index 2dd78605..3e6c57c1 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -573,6 +573,15 @@ 员工学习数据 + + + 新任管理者培训数据 +
@@ -697,11 +706,11 @@ + + \ No newline at end of file