@ -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: '操作成功!',