This commit is contained in:
13684185576
2025-07-22 18:51:12 +08:00
parent a2b8cd74e9
commit 3c9d244817
4 changed files with 77 additions and 71 deletions

View File

@ -142,7 +142,7 @@ export default {
systemId,
})
.then((data) => {
debugger
if (data.deptList.length === 1) {
this.commit("user/setToken", data.jwtToken);
this.commit("user/setDeptId", data.deptList);