Commit 8ac0d11a by cocomilk2012

update

parent a90d8d56
Showing with 3 additions and 0 deletions
......@@ -104,6 +104,7 @@ export default class SelectIdentity extends Vue {
private async getUserInfo() {
await this.$server.EmployeeService.getUserInfo({})
.then(res => {
console.log('getUserInfo',res);
if (res.data && res.data.uthStatus && res.data.uthStatus > 0) {
......@@ -141,6 +142,8 @@ export default class SelectIdentity extends Vue {
forbidClick: true
});
await this.getUserInfo();
console.log('this.id_no=',this.id_no);
if (this.id_no) {
await this.getDispatchList();
}
......
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