diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 1d0ff559..bb76314b 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3928,6 +3928,7 @@ function onFocusEnd(){ // handleRestTable(); }; const createkk = () => { + //todo 创建开课 state.xjkkinputV1 = state.newCourseName state.offcoursePlanId = null; state.itemType = 3; @@ -3938,7 +3939,9 @@ function onFocusEnd(){ weight: '', }] state.changeName = true - state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),''] + state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),''] + //清除缓存 + this.examInfo = {}; state.cstm_hs = true; }; const handleCancelStu = () => {