修改 83408,政策征求意见流程--驳回后再次回到管理员节点--编辑页面不回显文件

This commit is contained in:
baoyu
2024-04-12 09:57:52 +08:00
parent dde713b923
commit f032d790fe
@@ -77,7 +77,7 @@
style="margin-right: 5px;padding-left: 10px"
>
<div class="fileClass">
<span @click="handlePreview(item)">{{ item.name }}</span>
<span @click="handlePreview(item)">{{ item.name || item.oldFileName }}</span>
<el-button
size="small"
icon="el-icon-download"
@@ -259,7 +259,7 @@ export default {
this.$preview(attId)
},
clickButtonToUpload (file) {
const attId = file.attId
const attId = file.attId || file.id
if (attId) {
window.location.href = '/api/att/attFile/downloadFileForSarNew?fileId=' + attId
} else {