diff --git a/src/components/drawers/StuScoreDetail.vue b/src/components/drawers/StuScoreDetail.vue index 3dd1980c..b0ae599e 100644 --- a/src/components/drawers/StuScoreDetail.vue +++ b/src/components/drawers/StuScoreDetail.vue @@ -8,7 +8,7 @@ >
-
学员获取详情
+
学员获取详情1
- +
- + - + \ No newline at end of file + diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a48b7ea3..375d3493 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4555,7 +4555,6 @@ export default defineComponent({ state.newCourseName = item.name; state.permissions = item.permissions; getTableDate3(); - state.stm_hs = true; }; @@ -4579,12 +4578,15 @@ export default defineComponent({ console.log(state.kk_inputV1); console.log(state.kk_inputV2); console.log(state.selectTime); + getTableDate(); getTableDate3(); }; const handleRestTable = () => { + debugger state.kk_inputV1 = ""; state.kk_inputV2 = ""; state.selectTime = ""; + getTableDate(); getTableDate3(); };