Fixed Vorschau Reloading

This commit is contained in:
2025-10-02 19:29:06 +02:00
parent c729c595ee
commit b61a3de40a

View File

@@ -1206,6 +1206,7 @@ const getDocumentData = async () => {
const showDocument = ref(false)
const uri = ref("")
const generateDocument = async () => {
showDocument.value = false
const path = letterheads.value.find(i => i.id === itemInfo.value.letterhead).path
uri.value = await useFunctions().useCreatePDF(await getDocumentData(), path)