[Log] IF-LGSP-LOG-100, 추가 시나리오 반영 (RandomUnit.jsx, RollingUnit.jsx)
This commit is contained in:
@@ -1113,9 +1113,9 @@ export const sendLogTopContents = (params) => (dispatch, getState) => {
|
||||
const { entryMenu, nowMenu } = getState().common.menu;
|
||||
const newParams = {
|
||||
...params,
|
||||
entryMenu: entryMenu,
|
||||
entryMenu: params?.entryMenu ?? entryMenu,
|
||||
outDt: formatGMTString(new Date()),
|
||||
nowMenu: nowMenu,
|
||||
nowMenu: params?.nowMenu ?? nowMenu,
|
||||
};
|
||||
|
||||
dispatch(postLog(newParams));
|
||||
|
||||
Reference in New Issue
Block a user