|
@@ -52,7 +52,7 @@ headers.forEach(e => { if (e.title === 'invited') e.title = props.inviteType - 0
|
|
|
const getData = async () => {
|
|
|
loading.value = true
|
|
|
try {
|
|
|
- const info = JSON.parse(localStorage.getItem('baseInfo')) || null
|
|
|
+ const info = JSON.parse(localStorage.getItem('entBaseInfo')) || null
|
|
|
const { list, total: number } = await enterpriseInviteRecordPage(query.value)
|
|
|
const invitedNames = await Promise.all(list.map(async () => getInvited()))
|
|
|
tableData.value = list.map((e, index) => {
|