diff --git a/src/apps/AppMessageNotification/AppMessageNotification.vue b/src/apps/AppMessageNotification/AppMessageNotification.vue index f3588bcf..74b22990 100644 --- a/src/apps/AppMessageNotification/AppMessageNotification.vue +++ b/src/apps/AppMessageNotification/AppMessageNotification.vue @@ -165,8 +165,9 @@ export default { corpId, objList: result[corpId].filter(e => !!e) } - if (tags[corpId]?.length > 0) { - res.tagId = tags[corpId] + let tagIds = tags[corpId].filter(e => !!e) + if (tagIds?.length > 0) { + res.tagId = tagIds } } return res