feat(menu.vue):添加菜单模块
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user