fix
This commit is contained in:
@@ -13,6 +13,10 @@ export const fetchAlertRecords = (data: {
|
||||
keyword?: string,
|
||||
sort?: string,
|
||||
order?: string,
|
||||
binding_id?: number,
|
||||
resource_category?: string,
|
||||
server_identity?: string,
|
||||
ip?: string,
|
||||
}) => {
|
||||
return request.get("/Alert/v1/record/list", { params: data });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user