|
@@ -48,7 +48,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- gotype: (window.topU && window.topU.gotype) ? window.topU.gotype : '',
|
|
|
+ gotype: this.$route.query.gotype,
|
|
|
oidL: this.$route.query.oid,
|
|
|
orgL: this.$route.query.org,
|
|
|
useridL: this.$route.query.userid,
|