소스 검색

有腾修改密码

朱鑫波 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');