mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
换组功能
This commit is contained in:
@@ -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 = "直播";
|
||||
|
||||
Reference in New Issue
Block a user