[运维] -合同同步数据-匹配负责人时增加员工号;打印增加数据异常的判断
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
},
|
||||
// 通过其他的信息 赋值,如 姓名、部门、员工号
|
||||
setValueByOtherInfo(otherInfo) {
|
||||
let ele = this.userList.find(tt => tt.realname === otherInfo.realname && tt.orgCodeTxt === otherInfo.orgCodeTxt)
|
||||
let ele = this.userList.find(tt => tt.realname === otherInfo.realname && tt.orgCodeTxt === otherInfo.orgCodeTxt && tt.workNo === otherInfo.workNo)
|
||||
if( ele) {
|
||||
this.$emit('change', ele.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user