Browse Source

비행 이력 현황 state수정

master
박상현 8 months ago
parent
commit
5b3331144f
  1. 2
      src/components/basis/flight/schedule/FlightScheduleGrid.js
  2. 2
      src/containers/analysis/history/AnalysisHistoryContainer.js
  3. 9
      src/modules/laanc/models/laancModels.ts

2
src/components/basis/flight/schedule/FlightScheduleGrid.js

@ -13,7 +13,7 @@ import dayjs from 'dayjs';
function FlightScheduleGrid() {
const timeRef = useRef(null);
const { scheduleList } = useSelector(state => state.flightState);
const { scheduleList } = useSelector(state => state.laancState);
const { loading } = useSelector(state => state.loadingReducer);
const fillZero = (width, str) => {

2
src/containers/analysis/history/AnalysisHistoryContainer.js

@ -43,7 +43,7 @@ export const AnalysisHistoryContainer = props => {
* groupId: 선택한 그룹의 ID
* groupNm: 선택한 그룹의 이름
*/
const { selectGroup } = useSelector(state => state.flightState);
const { selectGroup } = useSelector(state => state.laancState);
/**
* groupList: SUPER, ADMIN 권한으로 전체 그룹 목록을 가져온다

9
src/modules/laanc/models/laancModels.ts

@ -463,7 +463,14 @@ export const laancControlData = {
weather: undefined,
laancPdf: undefined,
laancApply: undefined,
selectGroup: undefined,
selectGroup: {
cstmrSno: 0,
groupId: '',
groupNm: '',
search1: '',
stDate: '',
endDate: ''
},
laancSun: undefined,
laancSearchData: undefined,
laancDetail: undefined,

Loading…
Cancel
Save