wolyshaw 4 gadi atpakaļ
vecāks
revīzija
ee6bae243d
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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: ''}]