Browse Source

时间排序

zhengnaiwen_citu 2 months ago
parent
commit
8510d32da7
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/sandbox/sandboxList.vue
  2. 1 1
      src/views/sandbox/sandboxRules.vue

+ 1 - 1
src/views/sandbox/sandboxList.vue

@@ -50,7 +50,7 @@ export default {
       total: 0,
       orders: [{
         asc: false,
-        column: 'performance_solution_id'
+        column: 'create_date'
       }],
       pageInfo: {
         current: 1,

+ 1 - 1
src/views/sandbox/sandboxRules.vue

@@ -56,7 +56,7 @@ export default {
       total: 0,
       orders: [{
         asc: false,
-        column: 'performance_solution_id'
+        column: 'create_date'
       }],
       pageInfo: {
         current: 1,