parent
1f221c06eb
commit
02eeacfdd4
|
@ -524,6 +524,20 @@ export default {
|
|||
this.getHrUserInfo()
|
||||
this.formModel.userId = USER_ID
|
||||
},
|
||||
submitForm() {
|
||||
requestFN(
|
||||
'/api/humanResource/bindHrUser',
|
||||
{
|
||||
USER_ID: this.formModel.userId,
|
||||
USER_NAME: this.formModel.userName,
|
||||
CARD_ID: this.formModel.cardId
|
||||
}
|
||||
).then((data) => {
|
||||
this.humanResourceForm = false
|
||||
}).catch((e) => {
|
||||
console.log(e)
|
||||
})
|
||||
},
|
||||
getHrUserInfo() {
|
||||
requestFN(
|
||||
'/api/humanResource/getUserInfoListByCorpName',
|
||||
|
|
Loading…
Reference in New Issue