key列表条件查询 优化
This commit is contained in:
parent
78cc74e746
commit
5c9f9067ba
|
@ -122,7 +122,9 @@ export default class acclist extends React.Component {
|
|||
this.setState({ distdata: req.data })
|
||||
this.setState({ dataCount: req.total })
|
||||
},
|
||||
(err) => {}
|
||||
(err) => {
|
||||
Notify.warn(err)
|
||||
}
|
||||
)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue