This commit is contained in:
James Cole
2019-08-27 07:17:22 +02:00
parent 49fc6fbd38
commit e37abeb36d
2 changed files with 6 additions and 3 deletions

2
public/v1/js/app.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -138,12 +138,15 @@
} }
}, },
selectedItem: function (e) { selectedItem: function (e) {
console.log('selectedItem()'); //console.log('In SelectedItem()');
if (typeof this.name === 'undefined') { if (typeof this.name === 'undefined') {
//console.log('Is undefined');
return; return;
} }
if(typeof this.name === 'string') { if(typeof this.name === 'string') {
console.log('Is a string.'); //console.log('Is a string.');
//this.trType = null;
this.$emit('clear:value');
} }
// emit the fact that the user selected a type of account // emit the fact that the user selected a type of account
// (influencing the destination) // (influencing the destination)