fix(项目管理): 修复消息中心抽屉全读count不生效bug
--bug=1044439 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001044439
This commit is contained in:
parent
7a8de7a618
commit
81fc9ec069
|
@ -431,7 +431,7 @@
|
|||
// 全部标记为已读
|
||||
async function prepositionEdit() {
|
||||
// 全读不需要类型KEY
|
||||
await getMessageReadAll();
|
||||
await getMessageReadAll(currentResourceType.value);
|
||||
messageHistoryList.value = [];
|
||||
pageNation.value.current = 1;
|
||||
// 左侧消息总数
|
||||
|
|
Loading…
Reference in New Issue