Fix E-Mail
This commit is contained in:
@@ -48,6 +48,15 @@ const setupPage = async () => {
|
|||||||
|
|
||||||
if(data) loadedDocuments.value = data
|
if(data) loadedDocuments.value = data
|
||||||
|
|
||||||
|
loadedDocuments.value = await Promise.all(loadedDocuments.value.map(async doc => {
|
||||||
|
|
||||||
|
const document = await useEntities("createddocuments").selectSingle(doc.createddocument)
|
||||||
|
console.log(document)
|
||||||
|
return {
|
||||||
|
...doc,
|
||||||
|
createddocument: document
|
||||||
|
}}))
|
||||||
|
|
||||||
//console.log(loadedDocuments.value)
|
//console.log(loadedDocuments.value)
|
||||||
|
|
||||||
if(loadedDocuments.value.length > 0) {
|
if(loadedDocuments.value.length > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user