Browse Source

fix:exa时间类型修改

pull/24/head^2
肖晋飞 1 month ago
parent
commit
3e0953334c
  1. 6
      src/api/alert/exa/index.ts

6
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' })
}

Loading…
Cancel
Save