Commit 4bd59542 by zhouweifeng

Merge branch 'release/dev/2.1.0' of…

Merge branch 'release/dev/2.1.0' of https://gitlab.mingwork.com/fengzhaoyu/schedule into release/dev/2.1.0
parents b3c644a7 7921a181
......@@ -968,10 +968,12 @@ create.Page({
"loading.dynamic": false
});
// 设置已读
setRead(id).then(res => {
this.$store.data.isIndexAffairListNeedUpdate = true;
this.update();
});
if (separate !== -1) {
setRead(id).then(res => {
this.$store.data.isIndexAffairListNeedUpdate = true;
this.update();
});
}
})
},
......
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