Commit 2acc277d authored by 皮倩雯's avatar 皮倩雯

ceshi

parent 68cada4a
Pipeline #58664 waiting for manual action with stages
......@@ -56,6 +56,7 @@ const UserModal = props => {
PageIndex: +page.pageNum,
PageSize: +page.pageSize,
};
console.log(123)
if (name) params = { ...params, name };
groupUserPagingList(params).then(res => {
if (res.code === 0 && res.data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment