mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-14 02:29:27 +00:00
Tab Details: reload DetailHeader after update Detaisl
This commit is contained in:
@@ -37,6 +37,10 @@ export default {
|
||||
},
|
||||
lists: {
|
||||
from: 'lists'
|
||||
},
|
||||
$reloadList: {
|
||||
from: '$reloadList',
|
||||
required: true
|
||||
}
|
||||
},
|
||||
props: {
|
||||
@@ -136,6 +140,8 @@ export default {
|
||||
this.$refs.form.setFeedback(true, cleanedFeedback);
|
||||
this.$fhcAlert.alertSuccess(this.$p.t('ui', 'successSave'));
|
||||
}
|
||||
|
||||
this.$reloadList();
|
||||
})
|
||||
.catch(this.$fhcAlert.handleSystemError);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user