|
|
@@ -309,7 +309,7 @@
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
|
|
|
- <!-- 监审文书 -->
|
|
|
+ <!-- 企业-详情 监审文书 -->
|
|
|
<el-tab-pane label="监审文书" name="auditDocument">
|
|
|
<div v-loading="loading" element-loading-text="加载中...">
|
|
|
<div style="font-size: 14px; margin-bottom: 15px; color: #606266">
|
|
|
@@ -840,7 +840,7 @@
|
|
|
:visible="documentDialogVisible"
|
|
|
width="82%"
|
|
|
:close-on-click-modal="false"
|
|
|
- :z-index="9300"
|
|
|
+ :z-index="9400"
|
|
|
:show-confirm-btn="false"
|
|
|
cancel-text="关闭"
|
|
|
@cancel="handleDocCancel"
|
|
|
@@ -1931,8 +1931,17 @@
|
|
|
this.document = {
|
|
|
...row,
|
|
|
}
|
|
|
+ // 从API中获取文件URL
|
|
|
+ downDocument({
|
|
|
+ id: row.id,
|
|
|
+ }).then((res) => {
|
|
|
+ if (res.state) {
|
|
|
+ this.fileUrl = res.value || ''
|
|
|
+ } else {
|
|
|
+ this.$message.error('获取文件URL失败')
|
|
|
+ }
|
|
|
+ })
|
|
|
// this.handleTemplateChange()
|
|
|
- this.fileUrl = row.electronicDocumentUrl
|
|
|
this.documentDialogVisible = true
|
|
|
getCostProjectDocumentFile({
|
|
|
id: row.id,
|