|
@@ -29,14 +29,16 @@ function BlockLossManage() {
|
|
|
pages: 1,
|
|
|
current: 1,
|
|
|
size: 15,
|
|
|
- solveTimeStart: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
- solveTimeEnd: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
+ startDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
+ endDate: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
});
|
|
|
const [form] = Form.useForm();
|
|
|
let data = {
|
|
|
pages: 1,
|
|
|
current: 1,
|
|
|
- size: size
|
|
|
+ size: size,
|
|
|
+ startDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
+ endDate: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
}
|
|
|
//表格数据
|
|
|
function getBlockLossPage(param) {
|