mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-20 00:06:47 +08:00
t
This commit is contained in:
@@ -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();
|
getTableDate2();
|
||||||
delete_exit1();
|
delete_exit1();
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
|
|||||||
Reference in New Issue
Block a user