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({ ...@@ -968,10 +968,12 @@ create.Page({
"loading.dynamic": false "loading.dynamic": false
}); });
// 设置已读 // 设置已读
if (separate !== -1) {
setRead(id).then(res => { setRead(id).then(res => {
this.$store.data.isIndexAffairListNeedUpdate = true; this.$store.data.isIndexAffairListNeedUpdate = true;
this.update(); 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