|
@@ -342,8 +342,8 @@ export default {
|
|
|
// this.formData.selection = this.$route.query.levelId
|
|
|
// ? this.$route.query.levelId
|
|
|
// : this.$route.query.agentLevel;
|
|
|
- this.formData.selection = this.$route.query.destination
|
|
|
- ? this.$route.query.destination
|
|
|
+ this.formData.selection = this.$route.query.place
|
|
|
+ ? this.$route.query.place
|
|
|
: this.$route.query.levelId
|
|
|
? this.$route.query.levelId
|
|
|
: this.$route.query.agentLevel;
|