Commit a7bffc45 authored by zhengke's avatar zhengke

修改

parent 49967daf
...@@ -254,7 +254,8 @@ ...@@ -254,7 +254,8 @@
GuestName:'', //学员名称 GuestName:'', //学员名称
Sex:'', //性别 Sex:'', //性别
Mobile:'', //手机号 Mobile:'', //手机号
BirthDay:'' //生日 BirthDay:'', //生日
StudentId:0
}, },
InvitationList:[], //学员下拉数据 InvitationList:[], //学员下拉数据
checkedStudent:'', //选择学员 checkedStudent:'', //选择学员
...@@ -274,7 +275,8 @@ ...@@ -274,7 +275,8 @@
//获取学员信息 //获取学员信息
getStudentData() { getStudentData() {
queryClassStudent({ queryClassStudent({
ClassId: this.setingObj.ClassId ClassId: this.setingObj.ClassId,
School_Id:this.setingObj.School_Id
}).then(res => { }).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.studentList = res.Data; this.studentList = res.Data;
...@@ -355,6 +357,7 @@ ...@@ -355,6 +357,7 @@
this.invitationMsg.Sex = this.checkedStudent.StuSex; this.invitationMsg.Sex = this.checkedStudent.StuSex;
this.invitationMsg.Mobile = this.checkedStudent.StuTel; this.invitationMsg.Mobile = this.checkedStudent.StuTel;
this.invitationMsg.BirthDay = this.checkedStudent.StuBirthStr; this.invitationMsg.BirthDay = this.checkedStudent.StuBirthStr;
this.invitationMsg.StudentId = this.checkedStudent.StuId;
AddClassStudent(this.invitationMsg).then(res => { AddClassStudent(this.invitationMsg).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.ishowInvit = false; this.ishowInvit = false;
......
...@@ -273,9 +273,9 @@ ...@@ -273,9 +273,9 @@
align: 'left', align: 'left',
}, },
{ {
name: 'Remarks', name: 'AccountRemark',
label: '行政备注', label: '行政备注',
field: 'Remarks', field: 'AccountRemark',
align: 'left', align: 'left',
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment