src/views/system/modules/PasswordModal.vue
@@ -105,11 +105,17 @@ this.confirmLoading = true; let formData = Object.assign(this.model, values); changePassword(formData).then((res)=>{ if(res.success){ this.$message.success(res.message); if(res.success){; this.$notification.success({ message:'消息', description:res.message }); this.$emit('ok'); }else{ this.$message.warning(res.message); this.$notification.warning({ message:'消息', description:res.message }); } }).finally(() => { this.confirmLoading = false;