( fileName, type, loading, )
| 534 | * @param 参数 fileName,type, |
| 535 | */ |
| 536 | const exportQATemplate: (fileName: string, type: string, loading?: Ref<boolean>) => void = ( |
| 537 | fileName, |
| 538 | type, |
| 539 | loading, |
| 540 | ) => { |
| 541 | return exportExcel(fileName, `/workspace/knowledge/document/template/export`, {type}, loading) |
| 542 | } |
| 543 | |
| 544 | /** |
| 545 | * 获得table模板 |
nothing calls this directly
no test coverage detected