告警参数变更
This commit is contained in:
parent
030bea1293
commit
6df6aa6b3a
@ -48,7 +48,7 @@ export function recordConfirmAlarmInfoByTipType(
|
|||||||
alertLocationId?: number
|
alertLocationId?: number
|
||||||
): Promise<AlarmInfo<Item>> {
|
): Promise<AlarmInfo<Item>> {
|
||||||
return api.get(`/api/alertRecord/confirm/${id}/${tipType}`, {
|
return api.get(`/api/alertRecord/confirm/${id}/${tipType}`, {
|
||||||
params: alertLocationId,
|
params: {alertLocationId:alertLocationId},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user