calculate swift on load #1132
This commit is contained in:
parent
8aa0497524
commit
108d9d4044
|
@ -17,6 +17,9 @@ export default class Controller {
|
|||
|
||||
if (!value) return;
|
||||
|
||||
if (!value.bankEntityFk)
|
||||
this.autofillBic();
|
||||
|
||||
this.newBankEntity = {
|
||||
countryFk: Number.parseInt(value.countryFk)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue