Browse Source

.

pull/2/head
junh_eee(이준희) 2 years ago
parent
commit
2fece0871c
  1. 4
      src/modules/control/gp/sagas/controlGpSaga.ts

4
src/modules/control/gp/sagas/controlGpSaga.ts

@ -47,7 +47,9 @@ function* getControlGpSaga(
data.forEach(gps => { data.forEach(gps => {
if (gps.controlId && gps.objectId.substring(0, 2) === 'PA') { if (gps.controlId && gps.objectId.substring(0, 2) === 'PA') {
const arcrft = controlGroupAuthInfo.find(auth => auth.idntfNum === gps.objectId); const arcrft = controlGroupAuthInfo.find(
auth => auth.idntfNum === gps.objectId
);
if (arcrft) controlIds.push(gps.controlId); if (arcrft) controlIds.push(gps.controlId);
} }

Loading…
Cancel
Save