diff --git a/src/pages/system/account/list/modifypwd.js b/src/pages/system/account/list/modifypwd.js index facabd21..ac8ce00f 100644 --- a/src/pages/system/account/list/modifypwd.js +++ b/src/pages/system/account/list/modifypwd.js @@ -33,6 +33,7 @@ const Modifypwd=(props)=>{ Notify.clear(); Notify.success(msg); props.visibleShow(false); + },err=>{ Notify.clear(); Notify.error(res.data.message);