|
@@ -125,6 +125,7 @@ export default {
|
|
|
get_bizArr() {
|
|
|
memberGetLoginInMemberInfoByLdap().then(res => {
|
|
|
this.options = res.data
|
|
|
+ localStorage.setItem('UserAvatar', this.options.phoneUrl)
|
|
|
})
|
|
|
settingGetBizList({}).then(res => {
|
|
|
this.sumTypeArray = res.data
|