|
@@ -695,7 +695,11 @@ export default {
|
|
|
department:this.inputForm.officeDTO.id,
|
|
|
userId: data.userId,
|
|
|
}
|
|
|
- enrollmentRegistrationService.saveInfo(param)
|
|
|
+ //会计公司和评估公司的人可以将信息添加到入职登记中
|
|
|
+ if (this.inputForm.tenantDTO.id === '10003' || this.inputForm.tenantDTO.id === '10001'){
|
|
|
+ enrollmentRegistrationService.saveInfo(param)
|
|
|
+ }
|
|
|
+
|
|
|
})
|
|
|
.catch(() => {
|
|
|
this.loading = false;
|