gaoluyang
2025-03-03 de411af0c3e5a760e38782c1a932836fa9bff7d9
src/api/system/user.js
@@ -187,3 +187,11 @@
    method: 'get'
  })
}
// 获取用户列表
export function selectUserCondition(query) {
  return request({
    url: "/system/newUser/selectUserCondition",
    method: "get",
    params: query,
  });
}