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