mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-19 13:03:05 -06:00
Better event.
This commit is contained in:
parent
b151ec0c85
commit
afe6f07e61
@ -43,7 +43,7 @@
|
||||
v-on:set-date="storeDate($event)"
|
||||
v-on:set-time="storeTime($event)"
|
||||
v-on:set-custom-date="storeField($event)"
|
||||
v-on:set-budget="storeBudget(index, $event)"
|
||||
v-on:set-budget="storeField($event)"
|
||||
v-on:set-category="storeCategory(index, $event)"
|
||||
v-on:set-bill="storeBill(index, $event)"
|
||||
v-on:set-tags="storeTags(index, $event)"
|
||||
|
@ -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});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user