整理系统菜单及权限

This commit is contained in:
gxwebsoft
2024-05-01 18:21:16 +08:00
parent 7c9714610d
commit d764188399
2 changed files with 1 additions and 1 deletions

View File

@@ -257,6 +257,7 @@
const countdownTime = ref(0);
// 验证码倒计时定时器
let countdownTimer: number | null = null;
const tenantId = getTenantId();
// 表格选中数据
const formRef = ref<FormInstance | null>(null);