|
|
@@ -322,7 +322,7 @@ export default {
|
|
|
components: { EditorBar,backPage },
|
|
|
data() {
|
|
|
return {
|
|
|
- person: this.$route.query.person,
|
|
|
+ person: this.$route.query.person || "",
|
|
|
gotype:(window.topU && window.topU.gotype) ? window.topU.gotype : '',
|
|
|
itemCount: 1,
|
|
|
courseTitle: "",
|