This commit is contained in:
kclf
2022-11-25 22:19:43 +08:00
parent b8a78f101d
commit bceaca6ca4

View File

@@ -4268,6 +4268,8 @@ export default defineComponent({
state.del_hs = false; state.del_hs = false;
state.copy_hs = false; state.copy_hs = false;
state.nouse_hs = false; state.nouse_hs = false;
state.rg_hs = false;
state.graduate_hs = false;
}; };
const handleRejectExit = (itm, type) => { const handleRejectExit = (itm, type) => {
if (type === "1") { if (type === "1") {
@@ -4293,11 +4295,9 @@ export default defineComponent({
score: state.lrcj_inputV1, score: state.lrcj_inputV1,
studentIds: state.selectedRowKeys7, studentIds: state.selectedRowKeys7,
type: 1, type: 1,
}).then((res) => {
console.log(res);
getTableDate2();
delete_exit1();
}); });
getTableDate2();
delete_exit1();
} else { } else {
handleStudent({ handleStudent({
offcoursePlanId: state.offcoursePlanId, offcoursePlanId: state.offcoursePlanId,