lilei 1 年之前
父节点
当前提交
588df4efcf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesReturnManagement/billOfLading/detail.vue

+ 1 - 1
src/views/salesReturnManagement/billOfLading/detail.vue

@@ -121,7 +121,7 @@
               <a-form-model-item style="margin-bottom:10px" label="附件" :label-col="{span:2}" :wrapper-col="{span:22}">
                 <div style="line-height:26px;">
                   <div v-for="item in form.attachmentList" :key="item.id">
-                    <a :href="item.filePath" download>{{ item.fileName }}</a>
+                    <a :href="item.filePath" download target="_blank">{{ item.fileName }}</a>
                   </div>
                 </div>
               </a-form-model-item>