diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a07cd0fb..d64e7840 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3471,6 +3471,9 @@ function onFocusEnd(){ }; const logW = () => { state.workInfo = {}; + state.EditWorkId = null; + state.homeWorkId = null; + }; const logT = () => { state.examInfo = {};