From 86cb02e6f0f11ed40e2bc9c923bd52fdbe0ed578 Mon Sep 17 00:00:00 2001 From: daihh Date: Wed, 26 Oct 2022 17:56:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E6=8F=90=E4=BA=A4=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=BC=B9=E5=87=BA=E7=AA=97=E5=8F=A3=E5=85=B3=E9=97=AD?= =?UTF-8?q?=EF=BC=8C=E5=A6=82=E6=9E=9C=E5=86=8D=E6=8F=90=E4=BA=A4=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E4=B8=8D=E5=86=8D=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Course/courseForm.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/Course/courseForm.vue b/src/components/Course/courseForm.vue index 13ae99a4..5ec415c6 100644 --- a/src/components/Course/courseForm.vue +++ b/src/components/Course/courseForm.vue @@ -1348,6 +1348,9 @@ export default { this.$emit('submitSuccess'); } else { this.$message.error(res.message); + this.biaoke.dlgShow = false; + this.weike.dlgShow = false; + this.$emit('submitSuccess'); } }); }else{