优化:社交登录、用户的管理

pull/420/head
shizhong 2024-03-05 17:47:17 +08:00
parent 98fc2fe327
commit 18e7aea217
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ const [registerTable, { exportList }] = useXTable({
})
//
const detailData = ref() // Ref
const detailData = ref({}) // Ref
const dialogVisible = ref(false) //
const dialogTitle = ref(t('action.detail')) //
//