From 1e166a02e8ca23e0b7c766ba4d11e522f26493fb Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 24 Jun 2022 23:23:57 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())] }