This commit is contained in:
zhaofang
2022-10-28 11:03:13 +08:00
parent 540b1d8d7a
commit e5e72fcd0a
4 changed files with 4 additions and 4 deletions

View File

@@ -228,7 +228,7 @@ export default {
apiUser.getByIds(ids).then(rs=>{
rs.result.forEach(u=>{
$this.ankingList.forEach((sub) => {
if(sub.sysCreateAid=u.aid){
if(sub.sysCreateAid==u.aid){
sub.orinfo=cutOrgNamePath(u.orgInfo);
}
})

View File

@@ -403,7 +403,7 @@ export default {
apiUser.getByIds(ids).then(rs=>{
rs.result.forEach(u=>{
$this.ankingList.forEach((sub) => {
if(sub.sysCreateAid=u.aid){
if(sub.sysCreateAid==u.aid){
sub.orinfo=cutOrgNamePath(u.orgInfo);
}
})

View File

@@ -422,7 +422,7 @@ export default {
apiUser.getByIds(ids).then(rs=>{
rs.result.forEach(u=>{
$this.ankingList.forEach((sub) => {
if(sub.sysCreateAid=u.aid){
if(sub.sysCreateAid==u.aid){
sub.orinfo=cutOrgNamePath(u.orgInfo);
}
})

View File

@@ -432,7 +432,7 @@ export default {
apiUser.getByIds(ids).then(rs=>{
rs.result.forEach(u=>{
$this.ankingList.forEach((sub) => {
if(sub.sysCreateAid=u.aid){
if(sub.sysCreateAid==u.aid){
sub.orinfo=cutOrgNamePath(u.orgInfo);
}
})