Single event

This commit is contained in:
James Cole
2021-02-23 06:45:09 +01:00
parent 419c1a75dd
commit 09d751076e
15 changed files with 15 additions and 28 deletions

View File

@@ -58,7 +58,7 @@ export default {
this.dstCurrencyId = value;
},
selectedCurrency: function(value) {
this.$emit('set-foreign-currency-id',{field: 'foreign_currency_id', index: this.index, value: value});
this.$emit('set-field',{field: 'foreign_currency_id', index: this.index, value: value});
},
transactionType: function (value) {
this.lockedCurrency = 0;