提交 da2a966b 编写于 作者: VK1688's avatar VK1688

优化获取菜单列表接口和权限列表接口

上级 e1ae2f7b
......@@ -18,13 +18,14 @@ module.exports = {
pageIndex: 1,
pageSize: 500,
whereJson: {
parent_id: _.in([null,""])
parent_id: _.in([null, ""]),
menu_id: _.exists(true)
},
treeProps:{
treeProps: {
level: 3
}
});
// 业务逻辑结束-----------------------------------------------------------
return res;
}
}
}
\ No newline at end of file
......@@ -17,13 +17,14 @@ module.exports = {
pageIndex: 1,
pageSize: 500,
whereJson: {
parent_id: _.in([null,""])
parent_id: _.in([null, ""]),
permission_id: _.exists(true)
},
treeProps:{
treeProps: {
level: 3
}
});
// 业务逻辑结束-----------------------------------------------------------
return res;
}
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册