This commit is contained in:
kclf
2022-12-05 16:59:49 +08:00
parent c8986f44e3
commit bb77d559db

View File

@@ -4774,9 +4774,12 @@ export default defineComponent({
score: state.lrcj_inputV1, score: state.lrcj_inputV1,
studentIds: [state.studentId], studentIds: [state.studentId],
type: 1, type: 1,
}).then((res) => {
if (res.data.code === 200) {
getTableDate2();
delete_exit1();
}
}); });
getTableDate2();
delete_exit1();
} }
} }
}; };
@@ -4787,9 +4790,12 @@ export default defineComponent({
score: "", score: "",
studentIds: [state.studentId], studentIds: [state.studentId],
type: 2, type: 2,
}).then((res) => {
if (res.data.code === 200) {
getTableDate2();
delete_exit1();
}
}); });
getTableDate2();
delete_exit1();
} }
}; };
//确认复制 //确认复制
@@ -4800,10 +4806,13 @@ export default defineComponent({
score: "", score: "",
studentIds: [state.studentId], studentIds: [state.studentId],
type: 3, type: 3,
}).then((res) => {
if (res.data.code === 200) {
getTableDate2();
delete_exit1();
state.addLoading = false;
}
}); });
getTableDate2();
delete_exit1();
state.addLoading = false;
} }
if (state.rejectstudy_hs) { if (state.rejectstudy_hs) {
handleStudent({ handleStudent({
@@ -4811,9 +4820,12 @@ export default defineComponent({
score: "", score: "",
studentIds: [state.studentId], studentIds: [state.studentId],
type: 4, type: 4,
}).then((res) => {
if (res.data.code === 200) {
getTableDate2();
delete_exit1();
}
}); });
getTableDate2();
delete_exit1();
} }
}; };
//确认复制课程 //确认复制课程