From b84b8a6ef6c6c02a0f03d3022926686207af496f Mon Sep 17 00:00:00 2001 From: gengxin Date: Wed, 19 Mar 2025 17:15:15 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=BA=BF=E4=B8=8A=20BUG?= 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 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 = () => {