浏览代码

修改提交审核赋值手机号周期

杨再金 2 年之前
父节点
当前提交
0b3844d054
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h5_web/pages/applyEducationCode/applyEducationCode.vue

+ 1 - 1
h5_web/pages/applyEducationCode/applyEducationCode.vue

@@ -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() {