James Cole 2021-12-10 16:37:30 +01:00
parent 52a43e7f30
commit b3b367fcb3
No known key found for this signature in database
GPG Key ID: BDE6667570EADBD5

View File

@ -446,6 +446,10 @@ export default {
},
storeField: function (payload) {
this.updateField(payload);
if('description' === payload.field) {
// jump to account
this.$refs.splitForms[payload.index].$refs.sourceAccount.giveFocus();
}
},
storeDate: function (payload) {
this.date = payload.date;