From 3920d049b90e98cd842076b40f681f70407c3087 Mon Sep 17 00:00:00 2001 From: gengxin Date: Wed, 19 Mar 2025 18:24:07 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E7=BA=BF=E4=B8=8A=20BUG=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 62ec4669..94f62387 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3941,7 +3941,6 @@ function onFocusEnd(){ state.changeName = true state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),''] //清除缓存 - state.examInfo = {}; state.cstm_hs = true; }; const handleCancelStu = () => { @@ -3977,6 +3976,8 @@ function onFocusEnd(){ //保存开课 const handleSureStu = async () => { + console.log("编辑的状况 state.kk_eidt",state.kk_eidt) + console.log("编辑的状况 state.examInfo",state.examInfo) if(editBeginClass.value){ message.info('讲师费已进入审批阶段,无法编辑') return