MCPcopy
hub / github.com/1Panel-dev/MaxKB / exportTableTemplate

Function exportTableTemplate

ui/src/api/system-resource-management/document.ts:517–523  ·  view source on GitHub ↗
(
  fileName,
  type,
  loading,
)

Source from the content-addressed store, hash-verified

515 * @param 参数 fileName,type,
516 */
517const exportTableTemplate: (fileName: string, type: string, loading?: Ref<boolean>) => void = (
518 fileName,
519 type,
520 loading,
521) => {
522 return exportExcel(fileName, `${prefix}/document/table_template/export`, { type }, loading)
523}
524
525/**
526 * 创建Web站点文档

Callers

nothing calls this directly

Calls 1

exportExcelFunction · 0.90

Tested by

no test coverage detected