mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 19:36:43 +08:00
Merge branch 'dev' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into dev
This commit is contained in:
@@ -511,6 +511,9 @@ export default {
|
||||
return author.aid == item.question.sysCreateAid;
|
||||
});
|
||||
item = Object.assign(item, obj);
|
||||
if(item.orgInfo){
|
||||
item.orgInfo=cutFullName(obj.orgInfo,1);
|
||||
}
|
||||
return item;
|
||||
});
|
||||
} else {
|
||||
@@ -597,6 +600,9 @@ export default {
|
||||
return author.aid == item.cases.authorId;
|
||||
});
|
||||
item = Object.assign(item, obj);
|
||||
if(item.orgInfo){
|
||||
item.orgInfo=cutFullName(obj.orgInfo,1);
|
||||
}
|
||||
return item;
|
||||
});
|
||||
} else {
|
||||
@@ -636,6 +642,9 @@ export default {
|
||||
return author.aid == item.sysCreateAid;
|
||||
});
|
||||
item = Object.assign(item, obj);
|
||||
if(item.orgInfo){
|
||||
item.orgInfo=cutFullName(obj.orgInfo,1);
|
||||
}
|
||||
return item;
|
||||
});
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user