优化文件下载

This commit is contained in:
sk1551
2021-01-29 13:46:31 +08:00
parent 399fd8f1b4
commit f7db1bcb1b
2 changed files with 47 additions and 47 deletions

View File

@ -67,7 +67,7 @@ export default {
},
load() {},
down(row) {
downLoadUrl(row.fileurl);
downLoadUrl(row.fileurl,row);
},
},
};