From 07760482af2948d9c48c8837deca5c1cdf6364eb Mon Sep 17 00:00:00 2001 From: jinna Date: Fri, 23 Jan 2026 10:15:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=89=BA=E4=BB=BB=E5=8A=A1=E5=A4=84?= =?UTF-8?q?=E7=90=86=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/processManagement/taskProcessing.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '操作成功!',