0310海宁预警优化

This commit is contained in:
2026-03-10 16:46:22 +08:00
parent 94147ec281
commit e4be1455e4
3 changed files with 19 additions and 3 deletions

View File

@@ -284,7 +284,7 @@ export default {
recordRead({ id: item.id }).then(res => {
if (res.code === 200) {
this.$toast("已读成功");
this.queryList();
this.onRefresh();
}
})
}