BUG 30994

This commit is contained in:
aixianling
2022-09-05 17:28:27 +08:00
parent 617ef4b9c9
commit 2e2c38848a
2 changed files with 6 additions and 3 deletions

View File

@@ -14,7 +14,8 @@ export default {
label: "菜单管理",
props: {
instance: Function,
dict: {default: () => ({})}
dict: {default: () => ({})},
permission: Function
},
computed: {
currentPage() {