G4B_1.ts 329 B

1234567891011
  1. import { baseFun, DictTree, SDTable, SDTableProps,TableData } from "@sundata/ui-frame"
  2. export type G4B1 ={
  3. a:string
  4. }
  5. /** 全部导出 */
  6. export async function exportExcelModel(fileName:string,body:any) {
  7. baseFun.download('/api/product/rwa/parameter/FcOffSheetAction/exportExcelModel.do?fileName='+fileName,body);
  8. }