feat(Menu.vue): 添加面包屑导航和菜单权限

This commit is contained in:
有来技术
2021-12-12 19:57:32 +08:00
parent dbee0747b2
commit 0edd7184a6
12 changed files with 876 additions and 66 deletions

View File

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