Commit e5a8176c authored by zhengjiangtao's avatar zhengjiangtao

fix bug

parent 2df5bea8
This diff is collapsed.
...@@ -861,7 +861,7 @@ class IndexMap extends Component { ...@@ -861,7 +861,7 @@ class IndexMap extends Component {
//过滤告警列表 //过滤告警列表
processingAlarmData = data => { processingAlarmData = data => {
debugger
let { orgCode } = this.state; let { orgCode } = this.state;
if (orgCode !== '') { if (orgCode !== '') {
let dictionaryList = lsTool.read('dictionaryList'); let dictionaryList = lsTool.read('dictionaryList');
......
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