|
@@ -474,6 +474,7 @@ export default {
|
|
|
this.form.educations = [{level: '', school: '', year: ''}]
|
|
|
this.form = {...this.form}
|
|
|
}
|
|
|
+ this.$refs['ruleForm'].resetFields()
|
|
|
},
|
|
|
addEducation() {
|
|
|
this.form.educations = [...this.form.educations, {level: '', school: '', year: ''}]
|