Commit af86a130 authored by 黄奎's avatar 黄奎

页面修改

parent 45bbc31a
......@@ -214,11 +214,13 @@
},
//获取学员下拉信息
getStudentList() {
GetStudentList({
var qMsg={
SchoolId: this.setingObj.School_Id
}).then(res => {
};
GetStudentList({}).then(res => {
if (res.Code == 1) {
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