|
@@ -207,7 +207,7 @@ const LockModal = props => {
|
|
|
setState({ ...state, noMore: true })
|
|
setState({ ...state, noMore: true })
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
- const params = { current: state.current + 1, pageSize: state.pageSize }
|
|
|
|
|
|
|
+ const params = { current: state.current + 1, pageSize: state.pageSize, search: state.search }
|
|
|
if (type === lockTypeEnum.SALE) params.sellStatus = state.sellStatus
|
|
if (type === lockTypeEnum.SALE) params.sellStatus = state.sellStatus
|
|
|
state.current * state.pageSize < state.total && initData(params)
|
|
state.current * state.pageSize < state.total && initData(params)
|
|
|
}
|
|
}
|