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,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();
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
//确认复制课程
|
//确认复制课程
|
||||||
|
|||||||
Reference in New Issue
Block a user