From 1c14d668b656a65315fe0ae3bb89758a1344669e Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期二, 03 九月 2024 09:05:28 +0800 Subject: [PATCH] http页面 测点列表页面 --- src/api/system/app/index.ts | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/api/system/app/index.ts b/src/api/system/app/index.ts index e5a5fd1..ef8b952 100644 --- a/src/api/system/app/index.ts +++ b/src/api/system/app/index.ts @@ -1,5 +1,4 @@ import request from '@/config/axios' -import {TenantExportReqVO} from "@/api/system/tenant"; export interface AppVO { id: number @@ -46,6 +45,6 @@ } // 导出 -export const exportApp = (params: TenantExportReqVO) => { +export const exportApp = (params: AppVO) => { return request.download({ url: '/system/app/export-excel', params }) } -- Gitblit v1.9.3