Commit 7a47c8ce authored by 吴春's avatar 吴春

1

parent 93b62ca3
......@@ -172,7 +172,8 @@
msg: {
pageIndex: 1,
pageSize: 12,
StuId: 0
StuId: 0,
StudentType:1,
},
dataList: [],
page_Count: 0,
......@@ -299,6 +300,7 @@
}
},
getList() {
this.msg.StudentType=this.StudentType;
queryStudentFollowPage(this.msg)
.then(res => {
if (res.Code == 1) {
......
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