修改分页问题
This commit is contained in:
parent
3670a2bdcf
commit
22a3e03122
|
@ -503,12 +503,14 @@ const onHandleSizeChange = (val) => {
|
|||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
satelliteCodeList: state.satelliteCodeList.join(","),
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
} else {
|
||||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -534,12 +536,14 @@ const onHandleCurrentChange = (val) => {
|
|||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
satelliteCodeList: state.satelliteCodeList.join(","),
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
} else {
|
||||
dataNew = {
|
||||
disasterId: state.disasterId,
|
||||
productResolutionVos: state.listData
|
||||
productResolutionVos: state.listData,
|
||||
status: state.status
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue