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
7aaec92ae6
commit
c1d090db67
@ -45,7 +45,7 @@
|
||||
v-on:set-custom-date="storeField($event)"
|
||||
v-on:set-budget="storeField($event)"
|
||||
v-on:set-category="storeField($event)"
|
||||
v-on:set-bill="storeBill(index, $event)"
|
||||
v-on:set-bill="storeField($event)"
|
||||
v-on:set-tags="storeTags(index, $event)"
|
||||
v-on:set-piggy-bank="storePiggyBank(index, $event)"
|
||||
v-on:set-internal-reference="storeInternalReference(index, $event)"
|
||||
|
@ -89,7 +89,7 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
bill: function (value) {
|
||||
this.$emit('set-bill', value);
|
||||
this.$emit('set-bill', {field: 'bill_id', index: this.index, value: value});
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user