From 6971cd96b712d38152f4bd22085b00201cbea7fc Mon Sep 17 00:00:00 2001 From: pengwei Date: Tue, 28 Oct 2025 11:38:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=9D=A3=E5=AF=9F=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/datav/subonedatav/SubOneVideoInsp.vue | 2 +- src/views/mobileSupervise/Inspection.vue | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/datav/subonedatav/SubOneVideoInsp.vue b/src/views/datav/subonedatav/SubOneVideoInsp.vue index 30295fa..f97e1d5 100644 --- a/src/views/datav/subonedatav/SubOneVideoInsp.vue +++ b/src/views/datav/subonedatav/SubOneVideoInsp.vue @@ -45,7 +45,7 @@

-
{ break; case "inspection": issueForm.value.taskId = problemQuery.value.id; - issueForm.value.problemVo = row + issueForm.value.problemVo = await getTaskProblem(row.id) + // issueForm.value.problemVo = row break; case "testing_alcohol": issueForm.value.taskId = row.taskId; @@ -2561,6 +2563,7 @@ const handleSubmitTask =async ()=>{ await formRefs.value.validate(); issueLoading.value = true console.log('activeRow----------',activeRow.value) + try { await TestingAlcoholIssueMatterFun(issueForm.value) } catch(e) {