Commit 846cc489 authored by 皮倩雯's avatar 皮倩雯
parents 51748078 2acc277d
Pipeline #58665 passed 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