Commit fb358db8 authored by Your Name's avatar Your Name

节点添加编辑弹框

parent 3c995732
......@@ -23,6 +23,17 @@ export function getMenuList(parameter) {
params: parameter
})
}
// 获取权限节点详情
export function getMenuDetails (parameter) {
console.log(parameter)
return axios({
url: 'authority/authority-nodes/node-details',
method: 'get',
params: {
'ID':parameter
}
})
}
// 获取角色列表
export function getRoleList(parameter) {
return axios({
......
This diff is collapsed.
This diff is collapsed.
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