fix: 🐛 系统管理页面弹窗无法打开问题修复
Former-commit-id: 9687d6658d6ffee87ece5c51402c73a9589e61f1
This commit is contained in:
@@ -24,10 +24,10 @@ const queryFormRef = ref(ElForm);
|
||||
const menuFormRef = ref(ElForm);
|
||||
|
||||
const loading = ref(false);
|
||||
const dialog = {
|
||||
const dialog = reactive({
|
||||
title: "",
|
||||
visible: false,
|
||||
};
|
||||
});
|
||||
|
||||
const queryParams = reactive<MenuQuery>({});
|
||||
const menuList = ref<MenuVO[]>([]);
|
||||
|
||||
Reference in New Issue
Block a user