使用 routerRedux.push 跳转页面 并传参 在另一个页面刷新 传过来的参数消失 怎么办

#1

使用 routerRedux.push 跳转页面 并传参 在另一个页面刷新 传过来的参数消失 怎么办

dispatch(routerRedux.push({
              pathname: '/promotionManage/putoutCoupon/searchMember',
              params: {
              	promotionId: history.location.state.id,
              	filterRule: values.filterRule
              }
}));