Bugfix: reinitialize initialData in Prestudent Tab after saving

This commit is contained in:
cgfhtw
2024-11-20 12:45:14 +01:00
parent 8593fda5cd
commit ad01c8bdeb
@@ -104,6 +104,7 @@ export default {
return this.$refs.form.factory.stv.prestudent.updatePrestudent(this.modelValue.prestudent_id, this.deltaArray)
.then(response => {
this.$fhcAlert.alertSuccess(this.$p.t('ui', 'successSave'));
this.initialFormData = {...this.data};
this.deltaArray = [];
this.actionUpdate = false;
})