浏览代码

后台重置密码bug

chenjunkai 6 年之前
父节点
当前提交
30c2a7a7b2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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':