下载文件

This commit is contained in:
zhanglipeng
2021-01-29 13:10:10 +08:00
parent 85900682b8
commit 399fd8f1b4
2 changed files with 3 additions and 4 deletions

View File

@ -67,7 +67,7 @@ export default {
},
load() {},
down(row) {
downLoadUrl('/common/download/resource',row);
downLoadUrl(row.fileurl);
},
},
};