🐛 修复登录界面多部门选择弹框出现后直接刷新就能进入主页的问题

dev
smallchill 4 years ago
parent a3feaf9f7e
commit b99d8ed66a
  1. 4
      src/page/login/userlogin.vue

@ -233,7 +233,9 @@
this.loginForm.deptId = deptId;
this.loginForm.roleId = roleId;
this.userBox = true;
loading.close();
this.$store.dispatch("LogOut").then(() => {
loading.close();
});
return false;
}
}

Loading…
Cancel
Save