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