เเก้ไข เงื่อนไข การอ่าน

This commit is contained in:
Net 2024-02-16 17:13:25 +07:00
parent 3d7e29841f
commit 4d438d4d59

View file

@ -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;
});
}