|
@@ -29,7 +29,8 @@ function BlockLossManage() {
|
|
|
pages: 1,
|
|
|
current: 1,
|
|
|
size: 15,
|
|
|
- desc:['status','gmt_create'],
|
|
|
+ asc:['status'],
|
|
|
+ desc:['gmt_modified'],
|
|
|
startDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
endDate: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
});
|
|
@@ -38,7 +39,8 @@ function BlockLossManage() {
|
|
|
pages: 1,
|
|
|
current: 1,
|
|
|
size: size,
|
|
|
- desc:['status','gmt_create'],
|
|
|
+ asc:['status'],
|
|
|
+ desc:['gmt_modified'],
|
|
|
startDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
|
|
|
endDate: getCurrentData().split('/').join('-') + ' 23:23:59'
|
|
|
}
|