1178232204@qq.com 3 年之前
父節點
當前提交
6a9bb5a09a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/FieldProblem/index.js

+ 2 - 2
src/components/FieldProblem/index.js

@@ -33,7 +33,7 @@ function FieldProblem() {
         current: 1,
         size: 15,
         asc:['isSolved'],
-        desc: ['solveTime'],
+        desc: ['solveTime','behospitalCode'],
         behospitalStartDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
         behospitalEndDate: getCurrentData().split('/').join('-') + ' 23:23:59'
     });
@@ -43,7 +43,7 @@ function FieldProblem() {
         current: 1,
         size: size,
         asc:['isSolved'],
-        desc: ['solveTime'],
+        desc: ['solveTime','behospitalCode'],
         behospitalStartDate: getCurrentDataFront().split('/').join('-') + ' 00:00:00',
         behospitalEndDate: getCurrentData().split('/').join('-') + ' 23:23:59'
     }