fix(系统设置): 项目成员列表查询问题

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

View File

@ -433,7 +433,7 @@ export default {
this.dialogWsMemberVisible = true;
let param = this.dialogCondition;
this.$set(param, '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;