Commit a7bffc45 authored by zhengke's avatar zhengke

修改

parent 49967daf
......@@ -254,7 +254,8 @@
GuestName:'', //学员名称
Sex:'', //性别
Mobile:'', //手机号
BirthDay:'' //生日
BirthDay:'', //生日
StudentId:0
},
InvitationList:[], //学员下拉数据
checkedStudent:'', //选择学员
......@@ -274,7 +275,8 @@
//获取学员信息
getStudentData() {
queryClassStudent({
ClassId: this.setingObj.ClassId
ClassId: this.setingObj.ClassId,
School_Id:this.setingObj.School_Id
}).then(res => {
if (res.Code == 1) {
this.studentList = res.Data;
......@@ -355,6 +357,7 @@
this.invitationMsg.Sex = this.checkedStudent.StuSex;
this.invitationMsg.Mobile = this.checkedStudent.StuTel;
this.invitationMsg.BirthDay = this.checkedStudent.StuBirthStr;
this.invitationMsg.StudentId = this.checkedStudent.StuId;
AddClassStudent(this.invitationMsg).then(res => {
if (res.Code == 1) {
this.ishowInvit = false;
......
......@@ -273,9 +273,9 @@
align: 'left',
},
{
name: 'Remarks',
name: 'AccountRemark',
label: '行政备注',
field: 'Remarks',
field: 'AccountRemark',
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