Commit ee126d65 authored by suhuiguang's avatar suhuiguang

1.修复缺陷 红柱子数据不刷新

parent 0ac02935
...@@ -1523,7 +1523,7 @@ class View3D extends Component { ...@@ -1523,7 +1523,7 @@ class View3D extends Component {
} }
initExceptionAreasData = ()=>{ initExceptionAreasData = ()=>{
this.setState({ startLoadExceptionArea: true },()=>{ this.setState({ startLoadExceptionArea: false, exceptionAreas: [] },()=>{
this.getExceptionAreasList(); this.getExceptionAreasList();
}); });
} }
......
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