解决分销商重置密码提示

This commit is contained in:
red-deng-deng 2021-11-30 02:45:43 +08:00
parent 6a602619c5
commit bca2eaf9ce
1 changed files with 1 additions and 3 deletions

View File

@ -35,9 +35,7 @@ const ModifyDispwd=(props)=>{
Notify.success(msg); Notify.success(msg);
props.visibleShow(false); props.visibleShow(false);
},err=>{ },err=>{
Notify.clear();
Notify.error(res.data.message);
return false;
}); });
}).catch(err=>{ }).catch(err=>{