diff --git a/src/views/processManagement/taskProcessing.vue b/src/views/processManagement/taskProcessing.vue index 92e35cc..6862498 100644 --- a/src/views/processManagement/taskProcessing.vue +++ b/src/views/processManagement/taskProcessing.vue @@ -411,7 +411,7 @@ export default { cancelButtonText: '取消', type: 'warning', }).then(() => { - taskReception({ taskIds: row.id }).then(res => { + taskReception({ taskId: row.id }).then(res => { this.$message({ type: 'success', message: '操作成功!',