From ee3aadf4c4b326ce7a96999ae81b716b681ac0f0 Mon Sep 17 00:00:00 2001 From: pengwei Date: Thu, 31 Jul 2025 15:22:24 +0800 Subject: [PATCH] =?UTF-8?q?fit=EF=BC=9A=E7=9D=A3=E5=AF=9F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=AE=8C=E5=96=84(=E6=9F=A5=E8=AF=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mobileSupervise/TaskProblem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/mobileSupervise/TaskProblem.vue b/src/views/mobileSupervise/TaskProblem.vue index 192d4bc..84cb0c5 100644 --- a/src/views/mobileSupervise/TaskProblem.vue +++ b/src/views/mobileSupervise/TaskProblem.vue @@ -25,7 +25,7 @@ - + @@ -395,7 +395,7 @@ issueForm.value.supRecordId =row.id break; default: - issueForm.value.problemVo = row; + issueForm.value.problemVo = data; break } issueForm.value.tableKey=row.taskType;