吉安感知网项目-前端
罗广辉
2026-01-23 5f6ef7ddcc1ee8b2fe54e869e2eb446a1a895b82
applications/task-work-order/src/store/modules/user.js
@@ -33,6 +33,7 @@
      token: getStore({ name: 'token' }) || '',
      refreshToken: getStore({ name: 'refreshToken' }) || '',
      parentDeptInfo: getStore({ name: 'parentDeptInfo' }) || '',
      xtToken: getStore({ name: 'xtToken' }) || '',
   },
   actions: {
      //根据用户名登录
@@ -297,6 +298,10 @@
      },
   },
   mutations: {
      setXtToken:(state,token) =>{
         state.xtToken = token
         setStore({ name: 'xtToken', content: token })
      },
      SET_PARENT_DEPT_INFO(state, deptId) {
         getParentDeptInfo({ deptId: deptId }).then(res => {
            const data = res.data.data