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 = () => {
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;
}
};