From ed499a68863472758e03fa9b3fd802dddfde2d08 Mon Sep 17 00:00:00 2001 From: wangwei Date: Thu, 12 Jan 2023 15:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E7=AE=A1=E7=90=86=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F-=E8=83=BD=E5=8A=9B=E7=BB=9F=E8=AE=A1-=E8=83=BD?= =?UTF-8?q?=E5=8A=9B=E4=BD=BF=E7=94=A8=E7=BB=9F=E8=AE=A1-=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=AF=A6=E6=83=85bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/abilityStatistics/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) {