Commit ea354c43 authored by zhengke's avatar zhengke
parents c10b50a7 af86a130
...@@ -214,11 +214,13 @@ ...@@ -214,11 +214,13 @@
}, },
//获取学员下拉信息 //获取学员下拉信息
getStudentList() { getStudentList() {
GetStudentList({ var qMsg={
SchoolId: this.setingObj.School_Id SchoolId: this.setingObj.School_Id
}).then(res => { };
GetStudentList({}).then(res => {
if (res.Code == 1) { if (res.Code == 1) {
this.InvitationList = res.Data; this.InvitationList = res.Data;
console.log("this.InvitationList",this.InvitationList);
} }
}) })
}, },
......
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