Ansichtsausweis
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
|
||||
<button class="border-2 rounded-lg bg-white text-center hover:shadow-md no-underline p-3 cursor-pointer" type="button" on:click={() => {
|
||||
openWindowWithPost("/pdf/datenblatt", {
|
||||
ausweis: JSON.stringify(ausweis),
|
||||
aufnahme: JSON.stringify(aufnahme),
|
||||
objekt: JSON.stringify(objekt),
|
||||
bilder: JSON.stringify(bilder),
|
||||
ausweis: ausweis,
|
||||
aufnahme: aufnahme,
|
||||
objekt: objekt,
|
||||
bilder: bilder,
|
||||
ausweisart
|
||||
})
|
||||
}}>
|
||||
|
||||
Reference in New Issue
Block a user