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() {