From 3fb713fb08e7c1e5584e4e8eb1535f78f18c2bed Mon Sep 17 00:00:00 2001 From: wyx Date: Mon, 9 Jan 2023 15:47:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=82=B9=E5=87=BB=E9=81=AE=E7=BD=A9?= =?UTF-8?q?=E5=B1=82=E5=85=B3=E9=97=AD=E6=97=B6=E6=B8=85=E7=A9=BA=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index ffc44aff..7c711c90 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -964,6 +964,7 @@ :closable="false" wrapClassName="modalStyle onlmanageModal" width="80%" + @cancel="om_exit" >
@@ -1089,7 +1090,7 @@
@@ -4449,6 +4450,8 @@ export default defineComponent({ }; const om_exit = () => { + state.gl_selectV2 = undefined; + state.gl_inputV2 = ""; state.om_1 = false; state.faceManageTab = "1"; };