From 99e4b27ed980d564f8fb84f74ae76003d8af8ea5 Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Fri, 20 May 2022 09:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/processCenter/processForm/taskListProcess/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue index 7c565020e..2b670acd9 100644 --- a/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue +++ b/jero-web/src/views/processCenter/processForm/taskListProcess/index.vue @@ -195,7 +195,7 @@ this.loading = true getAction(this.url.list, query).then((res) => { if (res.success) { - this.queryPersonInCharge = res.result[1] || {} + this.queryPersonInCharge = res.result[0] || {} if (this.$route.query.taskIds) { this.isDisplay = false this.queryTaskDetailByTask(function() {