From 5c9f9067bafc74e86c1609f9228969dc39bf3ce1 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Tue, 9 Aug 2022 14:04:04 +0800 Subject: [PATCH] =?UTF-8?q?key=E5=88=97=E8=A1=A8=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/keyList/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) + } ) }) }