瀏覽代碼

添加下载功能

DESKTOP-2K9OVK9\siwei 8 月之前
父節點
當前提交
ce29024108
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/remote/satellite/index.vue

+ 2 - 1
src/views/remote/satellite/index.vue

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