Добавил выбор дня рождения

This commit is contained in:
Sipachev Igor 2021-03-09 12:54:43 +07:00
parent a44b2ea816
commit 27e234d494

View File

@ -56,7 +56,7 @@ export default class HelloWorld extends Vue {
} }
autocomplete () { autocomplete () {
const personalId = personalIdGenerator.generate(this.person.country, this.person.gender) const personalId = personalIdGenerator.generate(this.person)
this.insertValueToNode(Target.PERSONAL_ID, personalId) this.insertValueToNode(Target.PERSONAL_ID, personalId)
const iban = ibanGenerator.generate(this.person.country) const iban = ibanGenerator.generate(this.person.country)
this.insertValueToNode(Target.IBAN, iban) this.insertValueToNode(Target.IBAN, iban)