Добавил выбор дня рождения
This commit is contained in:
parent
a44b2ea816
commit
27e234d494
@ -56,7 +56,7 @@ export default class HelloWorld extends Vue {
|
||||
}
|
||||
|
||||
autocomplete () {
|
||||
const personalId = personalIdGenerator.generate(this.person.country, this.person.gender)
|
||||
const personalId = personalIdGenerator.generate(this.person)
|
||||
this.insertValueToNode(Target.PERSONAL_ID, personalId)
|
||||
const iban = ibanGenerator.generate(this.person.country)
|
||||
this.insertValueToNode(Target.IBAN, iban)
|
||||
|
Loading…
Reference in New Issue
Block a user