瀏覽代碼

有腾修改密码

朱鑫波 4 年之前
父節點
當前提交
20dc505dab
共有 1 個文件被更改,包括 1 次插入1 次删除
  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');