mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 18:41:08 +00:00
Better event.
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
v-on:set-account="storeAccountValue($event)"
|
v-on:set-account="storeAccountValue($event)"
|
||||||
v-on:switch-accounts="switchAccounts($event)"
|
v-on:switch-accounts="switchAccounts($event)"
|
||||||
v-on:set-amount="storeAmount(index, $event)"
|
v-on:set-amount="storeAmount(index, $event)"
|
||||||
v-on:set-foreign-currency-id="storeForeignCurrencyId(index, $event)"
|
v-on:set-foreign-currency-id="storeField($event)"
|
||||||
v-on:set-foreign-amount="storeForeignAmount(index, $event)"
|
v-on:set-foreign-amount="storeForeignAmount(index, $event)"
|
||||||
v-on:set-date="storeDate($event)"
|
v-on:set-date="storeDate($event)"
|
||||||
v-on:set-time="storeTime($event)"
|
v-on:set-time="storeTime($event)"
|
||||||
|
@@ -58,7 +58,7 @@ export default {
|
|||||||
this.dstCurrencyId = value;
|
this.dstCurrencyId = value;
|
||||||
},
|
},
|
||||||
selectedCurrency: function(value) {
|
selectedCurrency: function(value) {
|
||||||
this.$emit('set-foreign-currency-id', value);
|
this.$emit('set-foreign-currency-id',{field: 'foreign_currency_id', index: this.index, value: value});
|
||||||
},
|
},
|
||||||
transactionType: function (value) {
|
transactionType: function (value) {
|
||||||
this.lockedCurrency = 0;
|
this.lockedCurrency = 0;
|
||||||
|
Reference in New Issue
Block a user