소스 검색

分页套打

xiongchao 3 년 전
부모
커밋
b54d444f81
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/sb/info/SbInfo.vue

+ 2 - 2
src/views/sb/info/SbInfo.vue

@@ -424,7 +424,7 @@ export default {
           ...parameter,
           ...this.queryParam,
           dataScope: {
-            sortBy: 'desc',
+            sortBy: 'asc',
             sortName: 'no'
           }
         }
@@ -591,7 +591,7 @@ export default {
       const parameter = {
         ...this.queryParam,
         dataScope: {
-          sortBy: 'desc',
+          sortBy: 'asc',
           sortName: 'no'
         }
       }