Browse Source

有腾修改密码

朱鑫波 4 years ago
parent
commit
20dc505dab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/modules/PasswordModal.vue

+ 1 - 1
src/views/system/modules/PasswordModal.vue

@@ -97,7 +97,7 @@
           if (!err) {
             this.confirmLoading = true;
             let formData = Object.assign(this.model, values);
-            changPassword(formData).then((res) => {
+            changePassword(formData).then((res) => {
               if (res.success) {
                 this.$message.success(res.message);
                 this.$emit('ok');