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

(cherry picked from commit 539f8a5bb5)
This commit is contained in:
YunaiV
2023-09-24 12:10:03 +08:00
committed by shizhong
parent 3542b50f7d
commit fa3acb21b0
2 changed files with 8 additions and 1 deletions

View File

@ -74,7 +74,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()