This commit is contained in:
kclf
2022-11-25 21:51:25 +08:00
parent d7f06c34ec
commit 56c3549721

View File

@@ -3653,6 +3653,10 @@ export default defineComponent({
const handleAllover = () => { const handleAllover = () => {
console.log(111); console.log(111);
if (state.selectedRowKeys7.length === 0) {
return;
}
handleStudent({ handleStudent({
offcoursePlanId: state.offcoursePlanId, offcoursePlanId: state.offcoursePlanId,
score: "", score: "",
@@ -3666,6 +3670,10 @@ export default defineComponent({
const handleAllSuc = () => { const handleAllSuc = () => {
console.log(111); console.log(111);
if (state.selectedRowKeys7.length === 0) {
return;
}
handleStudent({ handleStudent({
offcoursePlanId: state.offcoursePlanId, offcoursePlanId: state.offcoursePlanId,
score: "", score: "",
@@ -3679,6 +3687,10 @@ export default defineComponent({
const handleAllReject = () => { const handleAllReject = () => {
console.log(111); console.log(111);
if (state.selectedRowKeys7.length === 0) {
return;
}
handleStudent({ handleStudent({
offcoursePlanId: state.offcoursePlanId, offcoursePlanId: state.offcoursePlanId,
score: "", score: "",
@@ -3997,7 +4009,7 @@ export default defineComponent({
state.qdms_inputV1 = state.xzinputV1; state.qdms_inputV1 = state.xzinputV1;
state.xzinputV1 = ""; state.xzinputV1 = "";
} }
if (state.bs_hs&& state.valueE1 != "") { if (state.bs_hs && state.valueE1 != "") {
state.addOnlineCoursevisible = true; state.addOnlineCoursevisible = true;
} }
}; };