diff --git a/src/pages/plan/keyList/index.jsx b/src/pages/plan/keyList/index.jsx index a93563c9..0527a096 100644 --- a/src/pages/plan/keyList/index.jsx +++ b/src/pages/plan/keyList/index.jsx @@ -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) + } ) }) }