mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
提交
This commit is contained in:
@@ -221,6 +221,7 @@
|
||||
apiPassword.modifyPassword({oldPassword:this.passwordForm.oldPass,newPassword:this.passwordForm.newPass,confirmPassword:this.passwordForm.confirmPass}).then(res=>{
|
||||
if(res.status==200){
|
||||
this.$message.success('修改密码成功')
|
||||
this.dialogVisiblePassword = false;
|
||||
}else{
|
||||
this.$message.error(res.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user