mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
修改
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user