fix:修改bug

This commit is contained in:
5g0Wp7Zy 2025-08-08 11:00:55 +08:00
parent fcd80513c6
commit afa8e95895

View File

@ -124,7 +124,7 @@ import config from '@/utils/config.js'
import { getGUID } from '@/utils/tools'
import AccountManage from '@/views/form/accountmanage/AccountManage.vue'
import { getCache } from '@/utils/authority'
const open = ref(true)
const open = ref(false)
const openTitle = ref('')
const modalKey = ref(getGUID())
const formModel = ref(null)