@@ -102,7 +102,7 @@
<div v-if="model.applicationFileList == null || model.applicationFileList.length === 0"> 暂无</div>
</a-descriptions-item>
<a-descriptions-item label="报修文件">
- <a v-for="item in model.reportFileList" :key="item.id" :href="item.url" target="_blank">{{ item.name }}</a>
+ <a v-for="item in model.reportFileList" :key="item.id" :href="item.url" target="downloadFile" :download="item.name">{{ item.name }}</a>
</a-descriptions>
</div>