zhengjinyi 1 year ago
parent
commit
4657ccc4fa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/library/tag/static-list.vue

+ 2 - 2
src/views/library/tag/static-list.vue

@@ -86,7 +86,7 @@
       :total="total"
       :page.sync="listQuery.pageNum"
       :limit.sync="listQuery.pageSize"
-      @pagination="getServiceList"
+      @pagination="getStatekeywordList"
     />
 
     <!-- 去搜索跳转 -->
@@ -183,7 +183,7 @@ export default {
         endTime: '',
         serviceProviderId: '',
         pageNum: 1,
-        pageSize: 10
+        pageSize: 20
       },
       list: [],
       total: 0,