wolyshaw %!s(int64=4) %!d(string=hai) anos
pai
achega
ee6bae243d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: ''}]