From caa9ee848ebc9bbc53085a0b929485f61104d5ff Mon Sep 17 00:00:00 2001 From: huweihang Date: Thu, 18 Dec 2025 15:25:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0SignupModal=E4=B8=AD?= =?UTF-8?q?=E7=9A=84studentList=E6=98=A0=E5=B0=84=E4=BB=A5=E5=8C=85?= =?UTF-8?q?=E5=90=ABrealName?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/signup/SignupModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/signup/SignupModal.vue b/src/components/signup/SignupModal.vue index 76b847ee..d0662d20 100644 --- a/src/components/signup/SignupModal.vue +++ b/src/components/signup/SignupModal.vue @@ -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');