feat(Menu.vue): 添加面包屑导航和菜单权限
This commit is contained in:
@@ -158,7 +158,7 @@ const state = reactive({
|
||||
})
|
||||
|
||||
function handleQuery() {
|
||||
emit('dictClick',{})
|
||||
emit('dictClick',null)
|
||||
state.loading = true
|
||||
listDictWithPage(state.queryParams).then(response => {
|
||||
const {data, total} = response as any
|
||||
|
||||
Reference in New Issue
Block a user