|
@@ -482,7 +482,9 @@ export default {
|
|
__init() {
|
|
__init() {
|
|
this.vipid = this.$route.query.id;
|
|
this.vipid = this.$route.query.id;
|
|
if(this.$route.query.educationalTeacherId){
|
|
if(this.$route.query.educationalTeacherId){
|
|
- this.addrForm.educationalTeacherId = this.$route.query.educationalTeacherId;
|
|
|
|
|
|
+ this.addrForm.educationalTeacherId = this.$route.query.educationalTeacherId
|
|
|
|
+ }else {
|
|
|
|
+ this.addrForm.educationalTeacherId = null;
|
|
}
|
|
}
|
|
|
|
|
|
if (this.$route.query.rules) {
|
|
if (this.$route.query.rules) {
|