mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +08:00
提交
This commit is contained in:
@@ -228,7 +228,7 @@ export default {
|
|||||||
apiUser.getByIds(ids).then(rs=>{
|
apiUser.getByIds(ids).then(rs=>{
|
||||||
rs.result.forEach(u=>{
|
rs.result.forEach(u=>{
|
||||||
$this.ankingList.forEach((sub) => {
|
$this.ankingList.forEach((sub) => {
|
||||||
if(sub.sysCreateAid=u.aid){
|
if(sub.sysCreateAid==u.aid){
|
||||||
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -403,7 +403,7 @@ export default {
|
|||||||
apiUser.getByIds(ids).then(rs=>{
|
apiUser.getByIds(ids).then(rs=>{
|
||||||
rs.result.forEach(u=>{
|
rs.result.forEach(u=>{
|
||||||
$this.ankingList.forEach((sub) => {
|
$this.ankingList.forEach((sub) => {
|
||||||
if(sub.sysCreateAid=u.aid){
|
if(sub.sysCreateAid==u.aid){
|
||||||
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -422,7 +422,7 @@ export default {
|
|||||||
apiUser.getByIds(ids).then(rs=>{
|
apiUser.getByIds(ids).then(rs=>{
|
||||||
rs.result.forEach(u=>{
|
rs.result.forEach(u=>{
|
||||||
$this.ankingList.forEach((sub) => {
|
$this.ankingList.forEach((sub) => {
|
||||||
if(sub.sysCreateAid=u.aid){
|
if(sub.sysCreateAid==u.aid){
|
||||||
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -432,7 +432,7 @@ export default {
|
|||||||
apiUser.getByIds(ids).then(rs=>{
|
apiUser.getByIds(ids).then(rs=>{
|
||||||
rs.result.forEach(u=>{
|
rs.result.forEach(u=>{
|
||||||
$this.ankingList.forEach((sub) => {
|
$this.ankingList.forEach((sub) => {
|
||||||
if(sub.sysCreateAid=u.aid){
|
if(sub.sysCreateAid==u.aid){
|
||||||
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
sub.orinfo=cutOrgNamePath(u.orgInfo);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user