From ac2bf021bcaeeeb163b8460eeebdfc3c4b0efc9b Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jun 2022 23:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=BB=93=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppMessageNotification/AppMessageNotification.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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