From 6df6aa6b3a23e37a13e908613507bc52fdc0a668 Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 24 Aug 2023 17:49:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=8A=E8=AD=A6=E5=8F=82=E6=95=B0=E5=8F=98?= =?UTF-8?q?=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/AlertMock.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/AlertMock.ts b/src/api/AlertMock.ts index cf3a0ca..6544cd3 100644 --- a/src/api/AlertMock.ts +++ b/src/api/AlertMock.ts @@ -48,7 +48,7 @@ export function recordConfirmAlarmInfoByTipType( alertLocationId?: number ): Promise> { return api.get(`/api/alertRecord/confirm/${id}/${tipType}`, { - params: alertLocationId, + params: {alertLocationId:alertLocationId}, }); }