This commit is contained in:
lmj
2022-11-15 17:37:44 +08:00
parent 21b9f37905
commit d23e203ce3
2 changed files with 145 additions and 208 deletions

View File

@@ -197,11 +197,6 @@ export default {
res.result.some(author => {
if (author.aid == item.sysCreateAid) {
let { aid, avatar, name, orgInfo, code ,sex} = author;
// if (!avatar) {
// avatar = this.$config.fileUrl + avatar;
// }else{
// avatar='';
// }
item.name = name;
item.aid = aid;
item.orgInfo = orgInfo;