Browse Source

feat(add-user-interface): add reset user info phone

pull/1/head
Aldino Kemal 4 years ago
parent
commit
ee3b8a2b71
  1. 3
      .gitignore
  2. 1
      views/index.html

3
.gitignore

@ -4,4 +4,5 @@ tmp
.DS_Store
history-*.json
main
main.exe
main.exe
*.jpe

1
views/index.html

@ -768,6 +768,7 @@
})
},
infoReset() {
this.info_phone = '';
this.info_name = null;
this.info_status = null;
this.info_devices = [];

Loading…
Cancel
Save