2 커밋 4fc6d16bdd ... 270d0d07ec

작성자 SHA1 메시지 날짜
  aleyds 270d0d07ec Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/tourism_project/tourism_merchant_ui 11 달 전
  aleyds 2825555f0f 用户密码 11 달 전
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/api/system/user.js

+ 2 - 2
src/api/system/user.js

@@ -45,9 +45,9 @@ export function delUser(userId) {
 }
 
 // 用户密码重置
-export function resetUserPwd(userId, password) {
+export function resetUserPwd(id, password) {
   const data = {
-    userId,
+    id,
     password
   }
   return request({