Browse Source

后台重置密码bug

chenjunkai 6 years ago
parent
commit
30c2a7a7b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Controller/AdminManage.py

+ 1 - 1
Controller/AdminManage.py

@@ -48,7 +48,7 @@ class AdminManage(TemplateView):
                 operation = request_dict.get('operation', None)
                 operation = request_dict.get('operation', None)
                 if userID is not None and operation is not None:
                 if userID is not None and operation is not None:
                     if operation == 'resetUserPwd':
                     if operation == 'resetUserPwd':
-                        return self.resetUserPwd(request_dict=request_dict, userID=userID)
+                        return self.resetUserPwd(request_dict,userID,response)
                     if operation == 'getAllOnLine':
                     if operation == 'getAllOnLine':
                         return self.getAllOnLine(userID,response)
                         return self.getAllOnLine(userID,response)
                     if operation == 'getOnLine':
                     if operation == 'getOnLine':