| | |
| | | const remarks = '' |
| | | val.remark = remarks |
| | | this.readon = false |
| | | |
| | | // 清空所有模块数据,确保切换员工后点击标签会重新加载 |
| | | this.workExperienceData = [] |
| | | this.physicalExamData = [] |
| | | this.contractInfoData = [] |
| | | this.jobChangeData = [] |
| | | this.leaveInfoData = [] |
| | | this.resignData = [] |
| | | this.dimissionAttendData = [] |
| | | this.dimissionLogData = [] |
| | | this.unemploymentData = [] |
| | | this.insuranceData = [] |
| | | this.accidentCasesData = [] |
| | | this.occupationalData = [] |
| | | this.laborTroubleData = [] |
| | | this.badRecordData = [] |
| | | this.remarkInfoData = [] |
| | | |
| | | this.empBaseInfoForm = { ...val } |
| | | this.empBaseInfoImageUrl = pages.getEmpBaseInfoImage + this.empBaseInfoForm.empId |
| | | this.fileDate.empId = this.empBaseInfoForm.empId |