Commit d11eef59 authored by 黄奎's avatar 黄奎

页面修改

parent 32b08127
...@@ -108,7 +108,8 @@ ...@@ -108,7 +108,8 @@
}, },
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 12 pageSize: 12,
StuId: 0,
}, },
//反馈信息 //反馈信息
feedBackMsg: { feedBackMsg: {
...@@ -120,6 +121,11 @@ ...@@ -120,6 +121,11 @@
page_Count: 0 page_Count: 0
} }
}, },
created() {
if (this.saveObj && this.saveObj.StuId) {
this.msg.StuId = this.saveObj.StuId;
}
},
mounted() { mounted() {
this.getList(); this.getList();
}, },
......
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