Browse Source

半浮层分页:7

洪海涛 4 years ago
parent
commit
486824535c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dataBigManage/components/drawerModal/index.vue

+ 1 - 1
src/views/dataBigManage/components/drawerModal/index.vue

@@ -623,7 +623,7 @@ export default {
       const res = await getProjectList({
         idList: this.ids.length ? this.ids : [],
         curIndex: this.paging.curIndex,
-        pageSize: 15
+        pageSize: this.paging.pageSize
       })
       if (res.code === 200) {
         // console.log(res)