mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
t
This commit is contained in:
@@ -4268,6 +4268,8 @@ export default defineComponent({
|
||||
state.del_hs = false;
|
||||
state.copy_hs = false;
|
||||
state.nouse_hs = false;
|
||||
state.rg_hs = false;
|
||||
state.graduate_hs = false;
|
||||
};
|
||||
const handleRejectExit = (itm, type) => {
|
||||
if (type === "1") {
|
||||
@@ -4293,11 +4295,9 @@ export default defineComponent({
|
||||
score: state.lrcj_inputV1,
|
||||
studentIds: state.selectedRowKeys7,
|
||||
type: 1,
|
||||
}).then((res) => {
|
||||
console.log(res);
|
||||
getTableDate2();
|
||||
delete_exit1();
|
||||
});
|
||||
getTableDate2();
|
||||
delete_exit1();
|
||||
} else {
|
||||
handleStudent({
|
||||
offcoursePlanId: state.offcoursePlanId,
|
||||
|
||||
Reference in New Issue
Block a user