Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user