|
@@ -2292,6 +2292,14 @@
|
|
|
}
|
|
|
this.native_place = this.user.native_place.split(',');
|
|
|
this.house_register = this.user.house_register.split(',');
|
|
|
+
|
|
|
+ @if($special_condition_type == 2)
|
|
|
+ if(this.user.post_id > 0){
|
|
|
+ this.special_select = this.post_special[this.user.post_id];
|
|
|
+ this.user.special.condition = ''
|
|
|
+ }
|
|
|
+ @endif
|
|
|
+
|
|
|
}
|
|
|
|
|
|
})
|