조직도 > 검색 > 트리에서 타부서 선택시 이전부서원들 잠깐 노출되는 문제 수정.
This commit is contained in:
parent
6e7fbdc714
commit
de9cca2a5b
|
@ -49,7 +49,8 @@ export const reducer = createReducer(
|
||||||
return {
|
return {
|
||||||
...state,
|
...state,
|
||||||
selectedDepartment: action,
|
selectedDepartment: action,
|
||||||
selectedDepartmentProcessing: true
|
selectedDepartmentProcessing: true,
|
||||||
|
departmentUserInfoList: null
|
||||||
};
|
};
|
||||||
}),
|
}),
|
||||||
on(selectedDeptSuccess, (state, action) => {
|
on(selectedDeptSuccess, (state, action) => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user