Compare commits
No commits in common. "c02308dd2375b2b6ebb7002f1169aa4956cf05fb" and "07b5296a4b08252c00904d5645ffb2b8599f4346" have entirely different histories.
c02308dd23
...
07b5296a4b
|
@ -428,8 +428,6 @@ export default {
|
||||||
// })
|
// })
|
||||||
param.Id = this.$route.query.Id || this.reviewerId
|
param.Id = this.$route.query.Id || this.reviewerId
|
||||||
param.DepartmentId = this.employmentForm.DepartmentId
|
param.DepartmentId = this.employmentForm.DepartmentId
|
||||||
param.WorkPartTime = this.employmentForm.WorkPartTime
|
|
||||||
param.WorkPartTimeEn = this.employmentForm.WorkPartTimeEn
|
|
||||||
param.DepartmentOther =
|
param.DepartmentOther =
|
||||||
this.employmentForm.DepartmentId === this.otherId
|
this.employmentForm.DepartmentId === this.otherId
|
||||||
? this.employmentForm.DepartmentOther
|
? this.employmentForm.DepartmentOther
|
||||||
|
|
Loading…
Reference in New Issue