zhengnaiwen_citu 2 месяцев назад
Родитель
Сommit
8510d32da7
2 измененных файлов с 2 добавлено и 2 удалено
  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,