fix(项目管理): 修复消息中心抽屉全读count不生效bug

This commit is contained in:
xinxin.wu 2024-07-24 17:31:10 +08:00 committed by 刘瑞斌
parent 0eadf44495
commit c562fe6527
1 changed files with 2 additions and 1 deletions

View File

@ -430,7 +430,8 @@
//
async function prepositionEdit() {
await getMessageReadAll(currentResourceType.value);
// KEY
await getMessageReadAll();
messageHistoryList.value = [];
pageNation.value.current = 1;
//