From 8d457031b619bf380fb4a229d18cd4d5f0134beb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E7=BA=A2=E6=A2=85?= <1924913374@qq.com> Date: Fri, 27 May 2022 14:05:32 +0800 Subject: [PATCH] =?UTF-8?q?key=E7=A0=81=E5=89=A9=E4=BD=99=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E4=B8=BA0,=E6=A0=87=E8=AE=B0=E4=B8=BA=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E5=A4=B1=E8=B4=A5=E6=93=8D=E4=BD=9C=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/plan/key/detail/list.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/plan/key/detail/list.js b/src/pages/plan/key/detail/list.js index 1c600f9a..f0da339b 100644 --- a/src/pages/plan/key/detail/list.js +++ b/src/pages/plan/key/detail/list.js @@ -272,7 +272,9 @@ export default class acclist extends React.Component { this.getKeyCodeList(data); Notify.success("标记为使用成功"); }, - (err) => {} + (err) => { + Notify.error(err); + } ); }); }