Explorar o código

Merge branch 'dev' into test

1178232204@qq.com %!s(int64=3) %!d(string=hai) anos
pai
achega
ee7bc0186c
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      src/components/BlockLossManage/index.js

+ 4 - 2
src/components/BlockLossManage/index.js

@@ -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'
     }