This commit is contained in:
2024-04-01 17:36:31 +02:00
parent c0e0345faa
commit 88bca67745
15 changed files with 87 additions and 62 deletions

View File

@@ -80,7 +80,7 @@ const mode = ref(route.params.mode || "show")
const itemInfo = ref({
name: "",
customer: 0,
users: [user.value.id]
users: [dataStore.activeProfile.id]
})
const tags = dataStore.getDocumentTags
@@ -370,7 +370,9 @@ setupPage()
</UTable>
<DocumentList :documents="dataStore.getDocumentsByProjectId(currentItem.id)"/>
<!--
{{dataStore.getDocumentsByProjectId(currentItem.id)}}
-->
</div>