From 4094c3afc438afc6a4e760bef808051e9bc236f8 Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Sun, 9 Oct 2022 15:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 4589eea6..7da6fa14 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -528,7 +528,7 @@ export default { detailClick(row){ this.detailParamss={} let applyNumber=row.applyNumber - if (this.departmentId === 3) { //能力上架 + if (this.departmentId == 3) { //能力上架 this.detailType='能力上架' let params = { processInstanceId: applyNumber,