This commit is contained in:
James Cole
2020-03-13 12:46:52 +01:00
parent 5145707b94
commit 8724ba05ca
13 changed files with 104 additions and 26 deletions

View File

@@ -115,6 +115,10 @@
transactionType() {
this.triggerTransactionType();
},
accountName() {
console.log('AccountSelect watch accountName!');
this.name = this.accountName;
},
accountTypeFilters() {
let types = this.accountTypeFilters.join(',');
if (0 === this.accountTypeFilters.length) {