gaoluyang
2025-02-28 ac0c15457c9b9a7a0199ef0b1b0d4b5f7e420124
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,
  });
}