fix(项目管理): 修复消息中心抽屉全读count不生效bug
This commit is contained in:
parent
0eadf44495
commit
c562fe6527
|
@ -430,7 +430,8 @@
|
|||
|
||||
// 全部标记为已读
|
||||
async function prepositionEdit() {
|
||||
await getMessageReadAll(currentResourceType.value);
|
||||
// 全读不需要类型KEY
|
||||
await getMessageReadAll();
|
||||
messageHistoryList.value = [];
|
||||
pageNation.value.current = 1;
|
||||
// 左侧消息总数
|
||||
|
|
Loading…
Reference in New Issue