mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-02 02:18:20 +00:00
Better event.
This commit is contained in:
@@ -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});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user