From 8b1acb70a9551c28213e4940affac026bf3220e6 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Tue, 14 Apr 2026 15:54:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AE=9A=E6=A1=88=E8=A1=A8=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=8F=90=E4=BA=A4=E9=9C=80=E8=A6=81=E5=A1=AB=E5=86=99?= =?UTF-8?q?=E5=8F=91=E6=96=87=E6=97=A5=E6=9C=9F=E5=92=8C=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=EF=BC=8C=E5=AE=A1=E8=AE=A1=E6=8A=A5=E5=91=8A?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E9=9C=80=E8=A6=81=E4=B8=8A=E4=BC=A0=E5=AE=A1?= =?UTF-8?q?=E8=AE=A1=E9=99=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/edit/controlPrice.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/report/edit/controlPrice.vue b/src/views/report/edit/controlPrice.vue index de90b02..500613b 100644 --- a/src/views/report/edit/controlPrice.vue +++ b/src/views/report/edit/controlPrice.vue @@ -339,6 +339,8 @@ const saveFun = async () => { await formDataRef.value.validate(); } else if (["first", "second", "third"].includes(formData.value.project.node)) { await formReviewRef.value.validate(); + } else if (["original"].includes(formData.value.project.node)) { + await formDataRef.value.validate(); // 增加这部分校验 } loading.value = true; @@ -498,7 +500,7 @@ const removeFun = async () => { //提交审批 const approveFun = async () => { debugger - if (['first','second'].includes(formData.value.project.node)){ + if (['audit'].includes(formData.value.project.node)){ if (!hasAuditAttachment()) { feedback.msgWarning("请上传【审计附件】"); activeName.value = "audit";