mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-05 04:21:40 +00:00
Better event.
This commit is contained in:
@@ -88,7 +88,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
budget: function (value) {
|
||||
this.$emit('set-budget', value);
|
||||
this.$emit('set-budget', {field: 'budget_id', index: this.index, value: value});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user