Commit b082f5be authored by xinzhedeai's avatar xinzhedeai

fix:隐患检查 全部已读实时更新

parent f2a9de84
......@@ -81,6 +81,11 @@ window.addEventListener('load', function () {
vant.Toast({
message: '操作成功',
})
this.hazardList.forEach(item => {
if (item.msgFlag) {
this.$set(item, 'msgFlag', false); // 动态添加响应式属性
}
});
}
}
)
......
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