潘志宝
2024-08-22 203fd3453da9fcf83ef846e085c6402150468eb1
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 })
}