Commit 0582f660 authored by 李纪文's avatar 李纪文

Merge branch 'dev-message' into 'master'

fix: 消息铃铛消息已读问题 See merge request !9
parents 58a4b16f 9fa9afea
Pipeline #46521 passed with stages
in 2 minutes 19 seconds
...@@ -134,11 +134,12 @@ class Notifier { ...@@ -134,11 +134,12 @@ class Notifier {
if (isAll) hisIDs = this.messageCache.messages.map(item => item.id); if (isAll) hisIDs = this.messageCache.messages.map(item => item.id);
const self = this; const self = this;
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
postInformationStatus({ postInformationStatus({
query: {
userID: this.userInfo.OID || window.globalConfig.userInfo.OID, userID: this.userInfo.OID || window.globalConfig.userInfo.OID,
hisID: hisIDs.join(','), hisID: hisIDs.join(','),
isAll: isAll ? 1 : '', isAll: isAll ? 1 : '',
}
}) })
.then(res => { .then(res => {
if (res.statusCode !== ERR_OK) { if (res.statusCode !== ERR_OK) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment