fix: 🐛 系统管理页面弹窗无法打开问题修复

Former-commit-id: 9687d6658d6ffee87ece5c51402c73a9589e61f1
This commit is contained in:
hxr
2023-11-19 00:39:05 +08:00
parent d61f7419ba
commit 8fb588e842
5 changed files with 10 additions and 10 deletions

View File

@@ -32,10 +32,10 @@ const queryParams = reactive<RoleQuery>({
const roleList = ref<RolePageVO[]>();
const dialog = {
const dialog = reactive({
title: "",
visible: false,
};
});
const formData = reactive<RoleForm>({
sort: 1,