用户界面部门角色岗位选择

This commit is contained in:
陈淳
2022-09-13 17:59:35 +08:00
parent 5b1ad450d3
commit 4788562241
2 changed files with 37 additions and 18 deletions

View File

@@ -47,3 +47,12 @@ export function delPost(postId) {
data:postId
})
}
// 获取角色选择框列表
export function postOptionselect() {
return request({
url: '/post/getList',
method: 'get'
})
}