共享文件下载

This commit is contained in:
lpq
2023-03-02 21:13:43 +08:00
parent af93a4b9c9
commit 4caedbff7c
3 changed files with 7 additions and 4 deletions

View File

@@ -4678,6 +4678,7 @@ export default {
}
// 共享文档文件下载
const downloadFile = (url) => {
debugger
url && window.open(url);
};
function stageChange(item, index) {