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);