Merge branch 'hi-ucs-dev' of http://15.2.21.221:3000/wuhongjian/hi-ucs into hi-ucs-dev
This commit is contained in:
commit
83f44d040d
|
@ -488,6 +488,20 @@
|
|||
})
|
||||
}
|
||||
})
|
||||
} else if (item.name === '部门联系人') {
|
||||
if (!item.note1) {
|
||||
getUserInfo().then(({ data: res1 }) => {
|
||||
console.log(res1.data)
|
||||
item.note1 = res1.data.realName || ''
|
||||
})
|
||||
}
|
||||
} else if (item.name === '部门联系人电话') {
|
||||
if (!item.note1) {
|
||||
getUserInfo().then(({ data: res1 }) => {
|
||||
console.log(res1.data)
|
||||
item.note1 = res1.data.mobile || ''
|
||||
})
|
||||
}
|
||||
} else {
|
||||
data.value.list.push(item)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue