feat(role): 角色分配菜单提交保存

This commit is contained in:
有来技术
2021-12-21 00:27:52 +08:00
parent cb70c6845b
commit 9f8d5d757b
5 changed files with 42 additions and 18 deletions

View File

@@ -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