mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
修改更换小组查询
This commit is contained in:
@@ -4312,7 +4312,18 @@ export default {
|
||||
getGroupList(objf).then((res) => {
|
||||
state.groupPageList = res.data.data.rows;
|
||||
state.groupTotal = res.data.data.total;
|
||||
setGroupList(res.data.data.rows);
|
||||
|
||||
let objf2 = obj || {
|
||||
name: "",
|
||||
pageNo: 1,
|
||||
pageSize: 1000,
|
||||
projectId: state.projectId,
|
||||
};
|
||||
getGroupList(objf2).then((res2) => {
|
||||
// state.groupPageList = res.data.data.rows;
|
||||
// state.groupTotal = res.data.data.total;
|
||||
setGroupList(res2.data.data.rows);
|
||||
});
|
||||
});
|
||||
};
|
||||
//分页
|
||||
|
||||
Reference in New Issue
Block a user