mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 16:26:43 +08:00
fix: 更新SignupModal中的studentList映射以包含realName
This commit is contained in:
@@ -622,7 +622,7 @@ export default {
|
||||
type: 13,
|
||||
deptIds: this.deptList.map((e) => e.id),
|
||||
groupIds: this.auditSelectRows.map((e) => e.id),
|
||||
studentList: this.stuSelectRows.map((e) => ({id: e.id})),
|
||||
studentList: this.stuSelectRows.map((e) => ({id: e.id, realName: e.realName})),
|
||||
}).then((res) => {
|
||||
console.log('res', res);
|
||||
this.$showManageMessage("添加成功", 'success');
|
||||
|
||||
Reference in New Issue
Block a user