Parcourir la source

添加下载功能

DESKTOP-2K9OVK9\siwei il y a 8 mois
Parent
commit
ce29024108
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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() {