calculate swift on load #1132

This commit is contained in:
Joan Sanchez 2019-02-12 13:26:52 +01:00
parent 8aa0497524
commit 108d9d4044
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ export default class Controller {
if (!value) return;
if (!value.bankEntityFk)
this.autofillBic();
this.newBankEntity = {
countryFk: Number.parseInt(value.countryFk)
};