zhengnaiwen_citu 2 månader sedan
förälder
incheckning
8510d32da7
2 ändrade filer med 2 tillägg och 2 borttagningar
  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,