luoyb
2021-03-24 5386a70600dc4e0d28af9fb81c16667d2b850af8
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) => {
@@ -4226,6 +4228,7 @@
      // }
      this.$put('hr/empBaseInfo', { ...this.empBaseInfoForm }).then(() => {
        this.readon = false
        this.$emit('success')
        this.$message({
          message: this.$t('tips.updateSuccess'),
          type: 'success'