From 9d3b23d2e26141a48c524ee7c9036826a5a56a04 Mon Sep 17 00:00:00 2001 From: shihao0303 <2936013465@qq.com> Date: Tue, 2 Dec 2025 23:26:18 +0800 Subject: [PATCH] =?UTF-8?q?202512022323-finish=E5=BC=B9=E7=AA=97=E5=8A=A0?= =?UTF-8?q?=E4=B8=8A=E5=AE=A1=E6=A0=B8=E5=80=BCisAudit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/reportAudit/finish.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/reportAudit/finish.vue b/src/components/reportAudit/finish.vue index 66366d9..f9741bd 100644 --- a/src/components/reportAudit/finish.vue +++ b/src/components/reportAudit/finish.vue @@ -198,9 +198,11 @@ const closeAdd=()=>{ } //提交 const submitFun = async ()=>{ + debugger await auditForm.value.validate(); await feedback.confirm("是否确认通过?"); formData.value.reportId = props.reportId; + formData.value.isAudit = props.isAudit; //nextNode const res = await auditReport(formData.value); @@ -211,6 +213,7 @@ const submitFun = async ()=>{ watch(()=>props.dialog,(val)=>{ + debugger if(val){ if(props.node){ // let index =flowNodes.value.findIndex(s=>s.value===props.node);