Browse Source

添加下载功能

DESKTOP-2K9OVK9\siwei 8 tháng trước cách đây
mục cha
commit
ce29024108
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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() {