wolyshaw 4 년 전
부모
커밋
ee6bae243d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: ''}]