fix(在职员工): bug修复
1.编辑与新增员工后没有刷新列表的bug
2.编辑时不显示已有的保险类型bug
| | |
| | | this.empBaseInfoForm.archivesStatus = row.archivesStatus |
| | | this.empBaseInfoForm.bankName = row.bankName |
| | | this.empBaseInfoForm.bankNumb = row.bankNumb |
| | | this.empBaseInfoForm.InsuranceType = row.InsuranceType |
| | | this.empBaseInfoForm.InsuranceTypeName = row.InsuranceTypeName |
| | | 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 |
| | |
| | | ...this.queryParams, |
| | | ...this.sort |
| | | }) |
| | | this.cleanEmpBase() |
| | | this.showXzyg() |
| | | } |
| | | }) |
| | |
| | | type: 'success' |
| | | }) |
| | | this.cleanEmpBase() |
| | | this.fetch({ |
| | | ...this.queryParams, |
| | | ...this.sort |
| | | }) |
| | | }) |
| | | } |
| | | this.cleanEmpBase() |
| | | this.fetch({ |
| | | ...this.queryParams, |
| | | ...this.sort |
| | | }) |
| | | } |
| | | }) |
| | | }, |
| | |
| | | // this.isAdd = false |
| | | this.dialogShowXzyg = false |
| | | } |
| | | this.fetch({ |
| | | ...this.queryParams, |
| | | ...this.sort |
| | | }) |
| | | }, |
| | | handleCheckAllChange(val) { |
| | | this.checkedCities = val ? this.cityOptions : [] |