luoyb
2021-02-19 010220471c161b7ae582f45a3ded6a49ebfae189
feat(在职员工): bug修复

修复了编辑员工信息时不显示已有的籍贯的问题
1个文件已修改
12 ■■■■ 已修改文件
src/views/user/inemployees.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/user/inemployees.vue
@@ -1853,6 +1853,7 @@
      this.empBaseInfoForm.education = row.education
      this.empBaseInfoForm.seniority = row.seniority
      this.empBaseInfoForm.nativePlace = row.nativePlace
      this.empBaseInfoForm.nativePlaceName = row.nativePlaceName
      this.empBaseInfoForm.censusAddress = row.censusAddress
      this.empBaseInfoForm.currentAddress = row.currentAddress
      this.empBaseInfoForm.guardNumb = row.guardNumb
@@ -1863,6 +1864,7 @@
      this.empBaseInfoForm.bankName = row.bankName
      this.empBaseInfoForm.bankNumb = row.bankNumb
      this.empBaseInfoForm.InsuranceType = row.InsuranceType
      this.empBaseInfoForm.InsuranceTypeName = row.InsuranceTypeName
      this.empBaseInfoForm.socialNumb = row.socialNumb
      this.empBaseInfoForm.family = row.family
      this.empBaseInfoForm.handbookStatus = row.handbookStatus
@@ -1899,7 +1901,10 @@
              this.cleanEmpBase()
            })
          }
          this.fetch()
          this.fetch({
            ...this.queryParams,
            ...this.sort
          })
          this.showXzyg()
        }
      })
@@ -1915,7 +1920,10 @@
                type: 'success'
              })
              this.cleanEmpBase()
              this.fetch()
              this.fetch({
                ...this.queryParams,
                ...this.sort
              })
            })
          }
        }