修改 83408,政策征求意见流程--驳回后再次回到管理员节点--编辑页面不回显文件
This commit is contained in:
+2
-2
@@ -77,7 +77,7 @@
|
|||||||
style="margin-right: 5px;padding-left: 10px"
|
style="margin-right: 5px;padding-left: 10px"
|
||||||
>
|
>
|
||||||
<div class="fileClass">
|
<div class="fileClass">
|
||||||
<span @click="handlePreview(item)">{{ item.name }}</span>
|
<span @click="handlePreview(item)">{{ item.name || item.oldFileName }}</span>
|
||||||
<el-button
|
<el-button
|
||||||
size="small"
|
size="small"
|
||||||
icon="el-icon-download"
|
icon="el-icon-download"
|
||||||
@@ -259,7 +259,7 @@ export default {
|
|||||||
this.$preview(attId)
|
this.$preview(attId)
|
||||||
},
|
},
|
||||||
clickButtonToUpload (file) {
|
clickButtonToUpload (file) {
|
||||||
const attId = file.attId
|
const attId = file.attId || file.id
|
||||||
if (attId) {
|
if (attId) {
|
||||||
window.location.href = '/api/att/attFile/downloadFileForSarNew?fileId=' + attId
|
window.location.href = '/api/att/attFile/downloadFileForSarNew?fileId=' + attId
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user