From 9dd4399f802bfe235d5408bd7ad4032f47f51af5 Mon Sep 17 00:00:00 2001 From: wangwei Date: Thu, 12 Jan 2023 15:28:54 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index 16cfdabe..39cc5200 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -630,7 +630,7 @@ export default { } else if (this.departmentId === 4) { // 能力使用 this.detailType = '能力使用' const params = { - resourceDeptName:row.deptName + resourceDeptName:row.resourceDeptName } this.$http .get('/processForm/tabilityapplication/getByApplyFlag/' + applyNumber,{params})