mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
共享文件下载
This commit is contained in:
@@ -4678,6 +4678,7 @@ export default {
|
||||
}
|
||||
// 共享文档文件下载
|
||||
const downloadFile = (url) => {
|
||||
debugger
|
||||
url && window.open(url);
|
||||
};
|
||||
function stageChange(item, index) {
|
||||
|
||||
Reference in New Issue
Block a user