src/views/user/archivesEdit.vue
@@ -4195,6 +4195,8 @@ params.empId = this.empBaseInfoForm.empId params.dimissionType = '' params.delFlag = '0' params.field = 'createTime' params.order = 'ascending' this.$get('hr/empDimissionlog/list', { ...params }).then((r) => { @@ -4225,6 +4227,8 @@ // this.empBaseInfoForm.imagePath = '' // } this.$put('hr/empBaseInfo', { ...this.empBaseInfoForm }).then(() => { this.readon = false this.$emit('success') this.$message({ message: this.$t('tips.updateSuccess'), type: 'success'