换组功能

This commit is contained in:
lpq
2023-02-24 22:39:03 +08:00
parent 8273426db0
commit a663f4711d
3 changed files with 18 additions and 7 deletions

View File

@@ -2356,6 +2356,7 @@ export default {
],
//小组信息列表
groupList: [],
isBatch: false, // 批量
// stuName: "", //搜索的学员姓名
// stuGroup: "", //搜索的学员小组名称
// stuBum: "", //搜索的学员小组部门
@@ -3068,9 +3069,12 @@ export default {
};
//显示学员换组弹窗
const showChangeGroupModal = (record) => {
debugger
console.log("单个")
state.changegroupV = true;
console.log("点击换组", record.studentId);
state.checkgroupStuId = record.studentId;
console.log("点击换组", record.id);
state.checkgroupStuId = [];
state.checkgroupStuId.push(record.id) ;
};
const showModal2 = (item, isEdit) => {
state.isEdit = isEdit;
@@ -3147,7 +3151,6 @@ export default {
}
//考勤的抽屉
const showAA = (course, a, data) => {
// debugger;
state.AAvisible = true;
state.liveData = data;
state.showKaoqinText = "直播";