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:
@@ -3653,6 +3653,10 @@ export default defineComponent({
|
|||||||
const handleAllover = () => {
|
const handleAllover = () => {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
|
|
||||||
|
if (state.selectedRowKeys7.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
score: "",
|
score: "",
|
||||||
@@ -3666,6 +3670,10 @@ export default defineComponent({
|
|||||||
const handleAllSuc = () => {
|
const handleAllSuc = () => {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
|
|
||||||
|
if (state.selectedRowKeys7.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
score: "",
|
score: "",
|
||||||
@@ -3679,6 +3687,10 @@ export default defineComponent({
|
|||||||
const handleAllReject = () => {
|
const handleAllReject = () => {
|
||||||
console.log(111);
|
console.log(111);
|
||||||
|
|
||||||
|
if (state.selectedRowKeys7.length === 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
handleStudent({
|
handleStudent({
|
||||||
offcoursePlanId: state.offcoursePlanId,
|
offcoursePlanId: state.offcoursePlanId,
|
||||||
score: "",
|
score: "",
|
||||||
@@ -3997,7 +4009,7 @@ export default defineComponent({
|
|||||||
state.qdms_inputV1 = state.xzinputV1;
|
state.qdms_inputV1 = state.xzinputV1;
|
||||||
state.xzinputV1 = "";
|
state.xzinputV1 = "";
|
||||||
}
|
}
|
||||||
if (state.bs_hs&& state.valueE1 != "") {
|
if (state.bs_hs && state.valueE1 != "") {
|
||||||
state.addOnlineCoursevisible = true;
|
state.addOnlineCoursevisible = true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user