Commit eb2c34b0 authored by lizehua's avatar lizehua

解决bug CSFAS-1069

parent a26ad386
......@@ -171,6 +171,10 @@ class MonitorPointConfig extends Component {
}
getMonitorPointListData = (param) => {
this.setState({
selectedRows:[],
selectedRowKeys:[]
})
if (!param) {
return;
}
......
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