From cebf4dfa3b78f16bda458bdf7e2365157a25cdf2 Mon Sep 17 00:00:00 2001 From: shihao0303 <2936013465@qq.com> Date: Tue, 2 Dec 2025 18:25:25 +0800 Subject: [PATCH] =?UTF-8?q?202512021725-=E5=AE=A1=E6=A0=B8=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/reportAudit/end.vue | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/components/reportAudit/end.vue b/src/components/reportAudit/end.vue index d9c1d6e..7ba2ace 100644 --- a/src/components/reportAudit/end.vue +++ b/src/components/reportAudit/end.vue @@ -50,9 +50,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 if(props.isWarning){ if("inform" === props.isWarning){ @@ -68,13 +70,6 @@ const submitFun = async ()=>{ emits('submitFeedback',true) closeAdd() } - - -watch(()=>props.dialog,(val)=>{ - if(val){ - formData.value.isAudit = props.isAudit; - } -})