From 56c3549721d4634367e6416f8f26277aec9b862a Mon Sep 17 00:00:00 2001 From: kclf <1195754634@qq.com> Date: Fri, 25 Nov 2022 21:51:25 +0800 Subject: [PATCH] t --- src/views/courselibrary/CoursewareManage.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index b4c74232..ab82c052 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3653,6 +3653,10 @@ export default defineComponent({ const handleAllover = () => { console.log(111); + if (state.selectedRowKeys7.length === 0) { + return; + } + handleStudent({ offcoursePlanId: state.offcoursePlanId, score: "", @@ -3666,6 +3670,10 @@ export default defineComponent({ const handleAllSuc = () => { console.log(111); + if (state.selectedRowKeys7.length === 0) { + return; + } + handleStudent({ offcoursePlanId: state.offcoursePlanId, score: "", @@ -3679,6 +3687,10 @@ export default defineComponent({ const handleAllReject = () => { console.log(111); + if (state.selectedRowKeys7.length === 0) { + return; + } + handleStudent({ offcoursePlanId: state.offcoursePlanId, score: "", @@ -3997,7 +4009,7 @@ export default defineComponent({ state.qdms_inputV1 = state.xzinputV1; state.xzinputV1 = ""; } - if (state.bs_hs&& state.valueE1 != "") { + if (state.bs_hs && state.valueE1 != "") { state.addOnlineCoursevisible = true; } };