MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / exportQATemplate

Function exportQATemplate

ui/src/api/system-shared/document.ts:505–511  ·  view source on GitHub ↗
(
  fileName,
  type,
  loading,
)

Source from the content-addressed store, hash-verified

503 * @param 参数 fileName,type,
504 */
505const exportQATemplate: (fileName: string, type: string, loading?: Ref<boolean>) => void = (
506 fileName,
507 type,
508 loading,
509) => {
510 return exportExcel(fileName, `${prefix}/document/template/export`, { type }, loading)
511}
512
513/**
514 * 获得table模板

Callers

nothing calls this directly

Calls 1

exportExcelFunction · 0.90

Tested by

no test coverage detected