mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-11-30 02:58:31 +08:00
fix(系统设置): 项目成员列表查询问题
--bug=1018122 --user=李玉号 【系统设置】项目管理-添加成员弹窗列表用户数和设置5个/页不一致 https://www.tapd.cn/55049933/s/1282012
This commit is contained in:
parent
31f68031ff
commit
c1fbe116ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user