修复 member 详情无法展示的问题

This commit is contained in:
YunaiV
2023-09-24 12:10:03 +08:00
parent e489627748
commit 539f8a5bb5
2 changed files with 8 additions and 1 deletions

View File

@ -75,7 +75,7 @@ defineOptions({ name: 'MemberDetail' })
const activeName = ref('point') // 账户明细 选中的 tabs
const loading = ref(true) // 加载中
const user = ref<UserApi.UserVO>()
const user = ref<UserApi.UserVO>({})
/** 添加/修改操作 */
const formRef = ref()