ソースを参照

Merge branch 'master' of http://dzgogs.hw.hongweisoft.com/tourism_project/tourism_merchant_ui

MONSTER-ygh 11 ヶ月 前
コミット
ce2f7d94df
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({