Browse Source

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

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

1
.gitignore

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

1
views/index.html

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

Loading…
Cancel
Save