解决分销商重置密码提示
This commit is contained in:
parent
6a602619c5
commit
bca2eaf9ce
|
@ -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=>{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue