fix: 【工作汇报】收到的汇报中,未读时发送人删除掉汇报对象,汇报对象的未读数量仍然未减少

This commit is contained in:
韦荣超 2022-01-22 10:35:45 +08:00
parent cc767b164e
commit 563aa92958

View File

@ -554,6 +554,7 @@ export default {
if (this.reportUnreadNumber > 0) {
this.reportTabs = "receive";
}
this.getReportUnread(0);
this.workReportShow = true;
return;
case 'clearCache':