Commit d25dd9cb authored by 张淼's avatar 张淼

1

parent 2d1d3faf
......@@ -169,7 +169,7 @@ router.get('/rolePermiss/list', function(req, res, next) {
var pageNo = req.query.pageNo || 1;
var pageSize = req.query.pageSize || 10;
console.log(req.session);
forumRolePermissionService.getAllRolePermission(req.session.user.ent_code,pageNo,pageSize,function(err,docs){
if(err){
res.json(returnCode.BUSY);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment