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

master
Sipachev Igor 4 years ago
parent a44b2ea816
commit 27e234d494
  1. 2
      popup/src/components/script.ts

@ -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…
Cancel
Save