Commit 34984425 authored by 杨梦雪's avatar 杨梦雪

填写信息-入学年份

parent 46d74d5e
...@@ -1465,6 +1465,9 @@ export default { ...@@ -1465,6 +1465,9 @@ export default {
} }
if (this.configJson.nation == 1) { if (this.configJson.nation == 1) {
obj.nation = _this.referForm.nation; obj.nation = _this.referForm.nation;
}
if (this.configJson.startSchoolDate == 1) {
obj.start_school_date = _this.start_year;
} }
if (this.configJson.phone == 1) { if (this.configJson.phone == 1) {
obj.phone = _this.referForm.phone; obj.phone = _this.referForm.phone;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment