diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index 74b22990..5a73384c 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -152,7 +152,7 @@ export default { let {kind, id, tagIdList} = e console.log([result[e.corpId], {kind, id}].flat()) result[e.corpId] = [result[e.corpId], {kind, id}].flat() - tagIdList = tagIdList.map(e => e.id).filter(e => !!e) + tagIdList = tagIdList.filter(e => !!e) if (tagIdList) { tags[e.corpId] = [...new Set([tags[e.corpId], tagIdList].flat())] }