Commit 6e727a36 authored by Mac's avatar Mac

1

parent c5af9542
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
} }
}, },
created() { created() {
if (this.$route.query) { if (this.$route.query && this.$route.query.ClassName) {
this.msg.ClassName = decodeURI(this.$route.query.ClassName) this.msg.ClassName = decodeURI(this.$route.query.ClassName)
} }
this.getClassStatus(); this.getClassStatus();
......
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