소스 검색

时间排序

zhengnaiwen_citu 2 달 전
부모
커밋
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,