Commit 7d3c9177 authored by xinglei's avatar xinglei

提交提示信息

parent f29dcd11
......@@ -193,7 +193,7 @@ class LeftCharts extends Component {
dangerNumData: data,
dangerAllNum: this.state.dangerAllNum
});
if (data.result === 'FAILURE') { AmosAlert.error('警告', data.message);}
if (data.result === 'FAILURE' && data.message) { AmosAlert.error('警告', data.message);}
});
let dates = {
......
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