zhaowei
2025-07-22 6c86748e1a987865cbf5bafa9b122c76bd24a695
src/api/manage.js
@@ -224,3 +224,11 @@
   return;
  }
}
export function templateXlsDownload(fileUrl) {
  let downloadUrl = getFileAccessHttpUrl(fileUrl)
  if (downloadUrl) {
    window.open(downloadUrl)
  }
}