Commit 91c48889 authored by 吴春's avatar 吴春

1

parent 57fde9ea
......@@ -232,6 +232,10 @@
if (this.$route.query.CategoryId) {
this.msg.CategoryId = this.$route.query.CategoryId;
}
if (this.$route.query.StuName) {
this.msg.StuName = this.$route.query.StuName;
}
this.$route.query.OrderId;
this.getStatusList();
this.getStudent()
},
......
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