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