fix: iot
This commit is contained in:
@@ -92,5 +92,3 @@ export function getSimpleAlertConfigList() {
|
||||
'/iot/alert-config/simple-list',
|
||||
);
|
||||
}
|
||||
|
||||
export { AlertConfigApi };
|
||||
|
||||
@@ -80,5 +80,3 @@ export function deleteAlertRecordList(ids: number[]) {
|
||||
params: { ids: ids.join(',') },
|
||||
});
|
||||
}
|
||||
|
||||
export { AlertRecordApi };
|
||||
|
||||
Reference in New Issue
Block a user