เเก้ไข เงื่อนไข การอ่าน
This commit is contained in:
parent
3d7e29841f
commit
4d438d4d59
1 changed files with 3 additions and 0 deletions
|
|
@ -76,6 +76,9 @@ export const useSupportStore = defineStore("supportServiceStore", () => {
|
|||
v.lastMessage = r.content;
|
||||
v.updatedAt = r.updatedAt;
|
||||
}
|
||||
if (currentIssue.value === r.issueId) {
|
||||
v.unreadCount = 0;
|
||||
}
|
||||
return v;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue