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

1

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