mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Merge branch 'bug-69804/FHC4_StudVw_Mobility_showAddedZweckAndGrund' into studvw_2025-12_rc3
This commit is contained in:
@@ -101,7 +101,7 @@ export default {
|
||||
deleteMobilityPurpose(params) {
|
||||
return {
|
||||
method: 'post',
|
||||
url: 'api/frontend/v1/stv/mobility/deleteMobilityPurpose/',
|
||||
url: 'api/frontend/v1/stv/mobility/deleteMobilityPurpose/' + params.bisio_id,
|
||||
params
|
||||
};
|
||||
},
|
||||
|
||||
@@ -169,6 +169,11 @@ export default {
|
||||
{
|
||||
this.localData.push(newEntry);
|
||||
|
||||
// reload tabulator mit tabulator method
|
||||
if (this.$refs.table?.tabulator) {
|
||||
this.$refs.table.tabulator.replaceData(this.localData);
|
||||
}
|
||||
|
||||
this.$emit('setMobilityPurposeToNewMobility', {
|
||||
zweck_code: this.formData.zweck_code,
|
||||
});
|
||||
@@ -198,7 +203,6 @@ export default {
|
||||
<br>
|
||||
|
||||
<div class="override_filtercmpt_actions_style">
|
||||
|
||||
<core-filter-cmpt
|
||||
ref="table"
|
||||
:tabulator-options="tabulatorOptions"
|
||||
|
||||
@@ -157,6 +157,11 @@ export default {
|
||||
{
|
||||
this.localData.push(newEntry);
|
||||
|
||||
// reload tabulator mit tabulator method
|
||||
if (this.$refs.table?.tabulator) {
|
||||
this.$refs.table.tabulator.replaceData(this.localData);
|
||||
}
|
||||
|
||||
this.$emit('setMobilitySupportToNewMobility', {
|
||||
aufenthaltfoerderung_code: this.formData.aufenthaltfoerderung_code,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user