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"; };