@@ -245,6 +245,7 @@
}
},
onLoad() {
+ this.form.vetePhone = this.vuex_user.mobile;
this.getVeteDegrEduc();
this.getVetePolitOutlook();
this.getVeteHouseType();
@@ -254,7 +255,6 @@
onReady() {
this.$refs.uForm.setRules(this.rules);
- this.form.vetePhone = this.vuex_user.mobile;
methods: {
customBack() {