1
lzhe
2024-12-20 2b5e32409797633ded79422d1e6ccbd213c8d9c6
src/views/console/workstation/index.vue
@@ -478,7 +478,7 @@
            workstationId: this.previewData.id
         })).then(res => {
            if (res.code == 200) {
               window.open(res.data.link)
               this.$TOOL.downFile(res.data.link,res.data.originalName);
            }
         })
      },