From 2d8687324fd224721eba59677f47c12ca5bdd68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=B8=9C=E8=BF=9B1?= <963286636@qq.com> Date: Sat, 25 Feb 2023 20:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/project/AddCertificate.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/drawers/project/AddCertificate.vue b/src/components/drawers/project/AddCertificate.vue index 317a3088..67a3980f 100644 --- a/src/components/drawers/project/AddCertificate.vue +++ b/src/components/drawers/project/AddCertificate.vue @@ -603,6 +603,7 @@ export default { props.ACertificateEdit ? "证书修改成功" : "证书添加成功" ); props.getCertificate && props.getCertificate(); + closeDrawer(); } }) .catch((err) => {