Commit aafcb59b authored by 刘怀志's avatar 刘怀志

65124 缴费管理,默认结算弹窗相关修改

parent 9447866a
...@@ -82,7 +82,7 @@ const user = { ...@@ -82,7 +82,7 @@ const user = {
} else { } else {
commit('SET_ROLES', ['ROLE_DEFAULT']) commit('SET_ROLES', ['ROLE_DEFAULT'])
} }
commit('SET_NAME', user.userName) commit('SET_NAME', user.nickName)
commit('SET_DEPTID', user.deptId) commit('SET_DEPTID', user.deptId)
commit('SET_DEPTLEVEL', user.dept.level) commit('SET_DEPTLEVEL', user.dept.level)
commit('SET_USER_TYPE', user.userType) commit('SET_USER_TYPE', user.userType)
......
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 to comment