wolyshaw 4 năm trước cách đây
mục cha
commit
ee6bae243d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: ''}]