Commit 2229831b by cocomilk2012

update

parent 1fc466f6
Showing with 1 additions and 1 deletions
...@@ -104,7 +104,7 @@ export default class SelectIdentity extends Vue { ...@@ -104,7 +104,7 @@ export default class SelectIdentity extends Vue {
private async getUserInfo() { private async getUserInfo() {
await this.$server.EmployeeService.getUserInfo({}) await this.$server.EmployeeService.getUserInfo({})
.then(res => { .then(res => {
if (false&&res.data && res.data.uthStatus && res.data.uthStatus > 0) { if (res.data && res.data.uthStatus && res.data.uthStatus > 0) {
this.id_no = res.data.personalIdCardNo; this.id_no = res.data.personalIdCardNo;
localStorage.setItem("id_no", res.data.personalIdCardNo); localStorage.setItem("id_no", res.data.personalIdCardNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment