mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
t
This commit is contained in:
@@ -4774,10 +4774,13 @@ export default defineComponent({
|
||||
score: state.lrcj_inputV1,
|
||||
studentIds: [state.studentId],
|
||||
type: 1,
|
||||
});
|
||||
}).then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
getTableDate2();
|
||||
delete_exit1();
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
const handleJie = async () => {
|
||||
@@ -4787,10 +4790,13 @@ export default defineComponent({
|
||||
score: "",
|
||||
studentIds: [state.studentId],
|
||||
type: 2,
|
||||
});
|
||||
}).then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
getTableDate2();
|
||||
delete_exit1();
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
//确认复制
|
||||
const handleAgreeTrue = async () => {
|
||||
@@ -4800,21 +4806,27 @@ export default defineComponent({
|
||||
score: "",
|
||||
studentIds: [state.studentId],
|
||||
type: 3,
|
||||
});
|
||||
}).then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
getTableDate2();
|
||||
delete_exit1();
|
||||
state.addLoading = false;
|
||||
}
|
||||
});
|
||||
}
|
||||
if (state.rejectstudy_hs) {
|
||||
handleStudent({
|
||||
offcoursePlanId: state.offcoursePlanId,
|
||||
score: "",
|
||||
studentIds: [state.studentId],
|
||||
type: 4,
|
||||
});
|
||||
}).then((res) => {
|
||||
if (res.data.code === 200) {
|
||||
getTableDate2();
|
||||
delete_exit1();
|
||||
}
|
||||
});
|
||||
}
|
||||
};
|
||||
//确认复制课程
|
||||
const handleDeleteExit = async () => {
|
||||
|
||||
Reference in New Issue
Block a user