修改 83408,政策征求意见流程--驳回后再次回到管理员节点--编辑页面不回显文件
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user