Commit 4765975d authored by 徐俊's avatar 徐俊

xujun

parent b08c7fae
...@@ -282,6 +282,10 @@ export default { ...@@ -282,6 +282,10 @@ export default {
resumeRange: item.resumeStart && item.resumeEnd ? resumeRange: item.resumeStart && item.resumeEnd ?
[moment(item.resumeStart), moment(item.resumeEnd)] : [] [moment(item.resumeStart), moment(item.resumeEnd)] : []
})) }))
this.formModel.educationList = this.educationList
this.formModel.studyList = this.studyList
this.formModel.workList = this.workList
} }
}, },
methods: { methods: {
......
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