diff --git a/src/mes/common/commonModelComponent/index.js b/src/mes/common/commonModelComponent/index.js index 427388c..e25a9c9 100644 --- a/src/mes/common/commonModelComponent/index.js +++ b/src/mes/common/commonModelComponent/index.js @@ -587,7 +587,7 @@ const useCommonModelEvent = props => { ? now.subtract(1, "days").format("YYYY-MM-DD") : now.format("YYYY-MM-DD"), runningShift = props.app?.userinfo?.sShift.toString(), - iShowType = 1 + iShowType = 0 } = props; conditonValues.tCreateTime = runningTime; conditonValues.sShiftNew = runningShift;