Explorar el Código

后台重置密码bug

chenjunkai hace 7 años
padre
commit
30c2a7a7b2
Se han modificado 1 ficheros con 1 adiciones y 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':