Commit f01ce716 authored by 崔佳豪's avatar 崔佳豪

fix: 处理报警弹窗消息显示异常

parent b31ee34c
Pipeline #56767 passed with stages
...@@ -122,7 +122,7 @@ class NoticeIconView extends Component { ...@@ -122,7 +122,7 @@ class NoticeIconView extends Component {
} }
get platformMessages() { get platformMessages() {
return this.state.noticeData.filter(item => item.infoLevel === '4'); return this.state.noticeData.filter(item => item.infoLevel === '4' && item.infoType === 'scadaType');
} }
async componentDidMount() { async componentDidMount() {
......
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