feat(role): 角色分配菜单提交保存
This commit is contained in:
@@ -163,6 +163,7 @@ const state = reactive({
|
||||
})
|
||||
|
||||
function handleQuery() {
|
||||
emit('roleClick', {})
|
||||
state.loading = true
|
||||
listRolesWithPage(state.queryParams).then(response => {
|
||||
const {data, total} = response as any
|
||||
|
||||
Reference in New Issue
Block a user