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