mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56:44 +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;
|
return author.aid == item.question.sysCreateAid;
|
||||||
});
|
});
|
||||||
item = Object.assign(item, obj);
|
item = Object.assign(item, obj);
|
||||||
|
if(item.orgInfo){
|
||||||
|
item.orgInfo=cutFullName(obj.orgInfo,1);
|
||||||
|
}
|
||||||
return item;
|
return item;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
@@ -597,6 +600,9 @@ export default {
|
|||||||
return author.aid == item.cases.authorId;
|
return author.aid == item.cases.authorId;
|
||||||
});
|
});
|
||||||
item = Object.assign(item, obj);
|
item = Object.assign(item, obj);
|
||||||
|
if(item.orgInfo){
|
||||||
|
item.orgInfo=cutFullName(obj.orgInfo,1);
|
||||||
|
}
|
||||||
return item;
|
return item;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
@@ -636,6 +642,9 @@ export default {
|
|||||||
return author.aid == item.sysCreateAid;
|
return author.aid == item.sysCreateAid;
|
||||||
});
|
});
|
||||||
item = Object.assign(item, obj);
|
item = Object.assign(item, obj);
|
||||||
|
if(item.orgInfo){
|
||||||
|
item.orgInfo=cutFullName(obj.orgInfo,1);
|
||||||
|
}
|
||||||
return item;
|
return item;
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user