Explorar o código

后台重置密码bug

chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
30c2a7a7b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Controller/AdminManage.py

+ 1 - 1
Controller/AdminManage.py

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