From c0e58b4757f0ecad27d5e9be2cd8ada976ca1702 Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Mon, 22 Nov 2021 14:19:45 +0800 Subject: [PATCH] update --- src/pages/system/account/list/modifypwd.js | 1 + 1 file changed, 1 insertion(+) 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);