浏览代码

bug 修复

lilei 3 年之前
父节点
当前提交
8704dab75e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/inventoryManagement/inventoryImport/list.vue

+ 1 - 1
src/views/inventoryManagement/inventoryImport/list.vue

@@ -13,7 +13,7 @@
           upText="选择导入文件"
           @remove="resetSearchForm"
           @change="changeImport"></Upload>
-        <a :href="filePath" target="_blank" style="margin: 5px 0 0 15px;display: block;float: left;">
+        <a :href="filePath" style="margin: 5px 0 0 15px;display: block;float: left;">
           <a-icon type="download" style="padding-right: 5px;" />下载导入模板
         </a>
       </div>