【修改】maidian
This commit is contained in:
+15
-2
@@ -151,8 +151,18 @@ export default {
|
||||
params={ path: '/userCenter/processCenter', query: { id: 'AEHJB8YNJ3' }}
|
||||
}
|
||||
this.$message.success('登录成功')
|
||||
|
||||
|
||||
let department
|
||||
if(this.$store.getters.userInfo.orgEOList){
|
||||
department= this.$store.getters.userInfo.orgEOList.map(item=>{
|
||||
return item.longName
|
||||
})
|
||||
}
|
||||
let roleName
|
||||
if(this.$store.getters.userInfo.roleEOList){
|
||||
roleName = this.$store.getters.userInfo.roleEOList.map(item=>{
|
||||
return item.name
|
||||
})
|
||||
}
|
||||
aplus_queue.push({
|
||||
action: 'aplus.setMetaInfo',
|
||||
arguments: ["_user_id", this.$store.getters.userInfo.usid]
|
||||
@@ -161,6 +171,9 @@ export default {
|
||||
'action':'aplus.record',
|
||||
'arguments':['$$_user_profile', 'OTHER', {
|
||||
name: this.$store.getters.userInfo.usname, //用户属性1
|
||||
department:department.join(','),
|
||||
roleName:roleName.join(','),
|
||||
|
||||
}]
|
||||
});
|
||||
this.getMarket().then((resx)=>{
|
||||
|
||||
@@ -72,6 +72,18 @@ export default {
|
||||
params={ path: '/userCenter/processCenter', query: { id: 'AEHJB8YNJ3' }}
|
||||
}
|
||||
this.$message.success('登录成功')
|
||||
let department
|
||||
if(this.$store.getters.userInfo.orgEOList){
|
||||
department= this.$store.getters.userInfo.orgEOList.map(item=>{
|
||||
return item.longName
|
||||
})
|
||||
}
|
||||
let roleName
|
||||
if(this.$store.getters.userInfo.roleEOList){
|
||||
roleName = this.$store.getters.userInfo.roleEOList.map(item=>{
|
||||
return item.name
|
||||
})
|
||||
}
|
||||
aplus_queue.push({
|
||||
action: 'aplus.setMetaInfo',
|
||||
arguments: ["_user_id", this.$store.getters.userInfo.usid]
|
||||
@@ -80,6 +92,9 @@ export default {
|
||||
'action':'aplus.record',
|
||||
'arguments':['$$_user_profile', 'OTHER', {
|
||||
name: this.$store.getters.userInfo.usname, //用户属性1
|
||||
department:department.join(','),
|
||||
roleName:roleName.join(','),
|
||||
|
||||
}]
|
||||
});
|
||||
this.getMarket().then((resx)=>{
|
||||
|
||||
Reference in New Issue
Block a user