From 3e0953334ca7da34e1aca7df1bc4107f61d6d622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=82=96=E6=99=8B=E9=A3=9E?= <378266566@qq.com> Date: Wed, 28 May 2025 08:49:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:exa=E6=97=B6=E9=97=B4=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/alert/exa/index.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/api/alert/exa/index.ts b/src/api/alert/exa/index.ts index 4660a8c..7137d64 100644 --- a/src/api/alert/exa/index.ts +++ b/src/api/alert/exa/index.ts @@ -8,8 +8,8 @@ export interface EXAPageReqVO extends PageParam { export interface EXAHistoryReqVO { itemName?: string - startTime?: Date - endTime?: Date + startTime?: string + endTime?: string } @@ -77,5 +77,3 @@ export function deletePoint(ItemName: string) { export function importTemplate() { return defHttp.get({ url: '/alert/exa/get-import-template', responseType: 'blob' }) } - -