gaoluyang
2025-03-03 52931b33493f47ff390ea2ba746e0264a0f06f14
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,
  });
}