mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 15:26:48 +08:00
t
This commit is contained in:
@@ -3653,6 +3653,10 @@ export default defineComponent({
|
||||
const handleAllover = () => {
|
||||
console.log(111);
|
||||
|
||||
if (state.selectedRowKeys7.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
handleStudent({
|
||||
offcoursePlanId: state.offcoursePlanId,
|
||||
score: "",
|
||||
@@ -3666,6 +3670,10 @@ export default defineComponent({
|
||||
const handleAllSuc = () => {
|
||||
console.log(111);
|
||||
|
||||
if (state.selectedRowKeys7.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
handleStudent({
|
||||
offcoursePlanId: state.offcoursePlanId,
|
||||
score: "",
|
||||
@@ -3679,6 +3687,10 @@ export default defineComponent({
|
||||
const handleAllReject = () => {
|
||||
console.log(111);
|
||||
|
||||
if (state.selectedRowKeys7.length === 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
handleStudent({
|
||||
offcoursePlanId: state.offcoursePlanId,
|
||||
score: "",
|
||||
@@ -3997,7 +4009,7 @@ export default defineComponent({
|
||||
state.qdms_inputV1 = state.xzinputV1;
|
||||
state.xzinputV1 = "";
|
||||
}
|
||||
if (state.bs_hs&& state.valueE1 != "") {
|
||||
if (state.bs_hs && state.valueE1 != "") {
|
||||
state.addOnlineCoursevisible = true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user