diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index 60313801..16cfdabe 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -629,8 +629,11 @@ export default { }) } else if (this.departmentId === 4) { // 能力使用 this.detailType = '能力使用' + const params = { + resourceDeptName:row.deptName + } this.$http - .get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber) + .get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params}) .then((res) => { if (res.data.code == 0) { if (res.data.data != null) {