fix(系统设置): 项目管理成员列表展示数量与分页数量不一致

--bug=1018122 --user=李玉号 【系统设置】项目管理-添加成员弹窗列表用户数和设置5个/页不一致
https://www.tapd.cn/55049933/s/1264059
This commit is contained in:
shiziyuan9527 2022-10-17 14:37:11 +08:00 committed by lyh
parent ef9f70a4a8
commit affaddc03f
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ export default {
name: '',
projectId: row.id
};
getProjectMemberPages(this.currentPage, this.pageSize, row.workspaceId, param).then(res => {
getProjectMemberPages(this.dialogCurrentPage, this.dialogPageSize, row.workspaceId, param).then(res => {
let data = res.data;
let {listObject, itemCount} = data;
this.memberLineData = listObject;