diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a8ccecd5..98dc9629 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4268,6 +4268,8 @@ export default defineComponent({ state.del_hs = false; state.copy_hs = false; state.nouse_hs = false; + state.rg_hs = false; + state.graduate_hs = false; }; const handleRejectExit = (itm, type) => { if (type === "1") { @@ -4293,11 +4295,9 @@ export default defineComponent({ score: state.lrcj_inputV1, studentIds: state.selectedRowKeys7, type: 1, - }).then((res) => { - console.log(res); - getTableDate2(); - delete_exit1(); }); + getTableDate2(); + delete_exit1(); } else { handleStudent({ offcoursePlanId: state.offcoursePlanId,