fix:【iot 物联网】linter 报错
This commit is contained in:
@@ -51,7 +51,9 @@ export function getAlertConfig(id: number) {
|
||||
|
||||
/** 查询所有告警配置列表 */
|
||||
export function getAlertConfigList() {
|
||||
return requestClient.get<AlertConfigApi.AlertConfig[]>('/iot/alert-config/list');
|
||||
return requestClient.get<AlertConfigApi.AlertConfig[]>(
|
||||
'/iot/alert-config/list',
|
||||
);
|
||||
}
|
||||
|
||||
/** 新增告警配置 */
|
||||
@@ -92,4 +94,3 @@ export function getSimpleAlertConfigList() {
|
||||
}
|
||||
|
||||
export { AlertConfigApi };
|
||||
|
||||
|
||||
@@ -82,4 +82,3 @@ export function deleteAlertRecordList(ids: number[]) {
|
||||
}
|
||||
|
||||
export { AlertRecordApi };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user