YaolongHan 4 年之前
父节点
当前提交
e3a35ae710
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/components/ledger/details/detail/exhibitionBaseInformation.vue

+ 3 - 3
src/components/ledger/details/detail/exhibitionBaseInformation.vue

@@ -44,10 +44,10 @@
           <div v-for="(pic,index) in value.Value">
             <div>图纸名称:{{pic.Name}}
               <!--              <el-button style="" type="text" size="mini" @click="downloadFile(pic.Key)">下载</el-button>-->
-              <a
+           <a
                 style="cursor: pointer;color: #409eff"
-                :href="`/image-service/common/file_get/${pic.Key}?systemId=dataPlatform`"
-                :download="pic.Name"
+                :href="`/image-service/common/image_get?systemId=dataPlatform&key=${pic.key}`"
+                :download="pic.name"
               >下载</a>
             </div>
           </div>