feat(menu.vue):添加菜单模块

This commit is contained in:
有来技术
2021-12-11 22:00:15 +08:00
parent f94e14e61c
commit 556cd58f5f
8 changed files with 197 additions and 22 deletions

View File

@@ -158,6 +158,7 @@ const state = reactive({
})
function handleQuery() {
emit('dictClick',{})
state.loading = true
listDictWithPage(state.queryParams).then(response => {
const {data, total} = response as any