Bedarfsausweis Wohnen
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
export let showWeiter: boolean = true;
|
||||
export let showHelpButton: boolean = true;
|
||||
export let partner_code: string;
|
||||
export let partner_code: string = "";
|
||||
|
||||
export let ausweistyp: AusweisTyp = Enums.AusweisTyp.Standard;
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
ausweis.id = result.nachweis_id;
|
||||
}
|
||||
} else {
|
||||
result = await ausweisSpeichern({ ...ausweis as VerbrauchsausweisWohnen, ausweistyp }, objekt, aufnahme, bilder, ausweisart)
|
||||
result = await ausweisSpeichern({ ...ausweis as VerbrauchsausweisWohnen, ausweistyp }, objekt, aufnahme, bilder, unterlagen, ausweisart)
|
||||
|
||||
if (result) {
|
||||
ausweis.id = result.ausweis_id;
|
||||
|
||||
Reference in New Issue
Block a user