孔祥富
2021-03-09 2409b3d86a217ebbfb01f80ac3d43ff5da7c37dd
Merge remote-tracking branch 'origin/master'
2个文件已修改
9 ■■■■■ 已修改文件
src/views/user/Informationinput.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/search.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/Informationinput.vue
@@ -4352,6 +4352,7 @@
      this.$refs[formName].validate((valid) => {
        if (valid) {
          if (this.isAdd) {
            this.workExperienceForm.delFlag = '2'
            this.$post('hr/empWorkExperience', { ...this.workExperienceForm }).then(() => {
              this.buttonLoading = false
              this.$message({
@@ -4380,6 +4381,7 @@
      this.$refs[formName].validate((valid) => {
        if (valid) {
          if (this.isAdd) {
            this.workExperienceForm.delFlag = '2'
            this.$post('hr/empWorkExperience', { ...this.workExperienceForm }).then(() => {
              this.buttonLoading = false
              this.$message({
src/views/user/search.vue
@@ -1947,7 +1947,8 @@
        archivesStatus: [],
        insuranceType: [],
        empStatus: [],
        empType: []
        empType: [],
        baseKey: ''
      }, // 查询参数
      sort: {}, // 排序
      pagination: { // 分页参数
@@ -2455,9 +2456,7 @@
    },
    vagueSearch() {
      this.fetch({
        empNumb: this.queryParams.vague,
        empName: this.queryParams.vague,
        deptName: this.queryParams.vague,
        baseKey: this.queryParams.vague,
        delFlag: 0
      })
    },