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