wolyshaw 4 years ago
parent
commit
ee6bae243d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/HumanResources/form.vue

+ 1 - 0
src/views/HumanResources/form.vue

@@ -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: ''}]