@@ -304,7 +304,8 @@ export default {
},
methods: {
handleDownload(row) {
- console.log("下载");
+ const zipfile = row.proxypath+".zip";
+ window.open(`${zipfile}`);
/** 查询监管批次数据列表 */
getList() {