From 5c551c79b8b71f8a1d09d22a95d01fe5acfff7cf Mon Sep 17 00:00:00 2001 From: caozc Date: Fri, 24 Feb 2023 21:21:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AE=A1=E6=A0=B8=E9=80=9A=E8=BF=87?= =?UTF-8?q?=EF=BC=8C=E5=9C=A8=E5=B7=B2=E5=AE=A1=E6=A0=B8=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E5=AE=A1=E6=A0=B8=E6=97=A5=E5=BF=97=E6=9F=A5=E5=88=B0?= =?UTF-8?q?=E4=B8=A4=E6=9D=A1=E7=9B=B8=E5=90=8C=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/ProjectAudit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/drawers/ProjectAudit.vue b/src/components/drawers/ProjectAudit.vue index fb1a8d15..75c9d5fe 100644 --- a/src/components/drawers/ProjectAudit.vue +++ b/src/components/drawers/ProjectAudit.vue @@ -417,7 +417,7 @@ export default { message.error(`请输入审核意见!`); return; } - + ctx.emit("update:ProjAuditvisible", false); auditView({ createId: props.chooseCreateId, createName: props.chooseCreater,