From 11d2b3885ec99ffd12a7e25d8eb6779782cade9b Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 9 May 2024 15:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=8C=89=E9=92=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90=E5=A2=9E=E5=8A=A0=E6=96=B0=E6=8E=A5=E5=8F=A3=E5=8F=97?= =?UTF-8?q?=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexProject.js | 4 +++- src/views/report/TrainingNewManager.vue | 16 +++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) 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/views/report/TrainingNewManager.vue b/src/views/report/TrainingNewManager.vue index 256d49ba..65668db8 100644 --- a/src/views/report/TrainingNewManager.vue +++ b/src/views/report/TrainingNewManager.vue @@ -1,7 +1,7 @@