lyh
8 天以前 aed6fe7716c2d0b456a67be7753a2e9c8f0b7e11
src/api/manage.js
@@ -269,3 +269,10 @@
    return
  }
}
export function templateXlsDownload(fileUrl) {
  let downloadUrl = getFileAccessHttpUrl(fileUrl)
  if (downloadUrl) {
    window.open(downloadUrl)
  }
}