fix:共享文档上传字段报错问题修改

This commit is contained in:
wyx
2023-01-07 09:02:59 +08:00
parent 4e317b2a1d
commit 6cb460cef8
2 changed files with 2 additions and 2 deletions

View File

@@ -742,7 +742,7 @@
:title="item.name"
>{{ item.name }}</span
>
<a :href="item.response.data" style="margin-left: 5px">下载</a>
<a :href="item.response?item.response.data:''" style="margin-left: 5px">下载</a>
<span
style="color: #4ea6ff; cursor: pointer"
@click="deFile(item.uid)"

View File

@@ -1097,7 +1097,7 @@
:title="item.name"
>{{ item.name }}</span
>
<a :href="item.response.data" style="margin-left: 5px">下载</a>
<a :href="item.response?item.response.data:''" style="margin-left: 5px">下载</a>
<span
style="color: #4ea6ff; float: right; cursor: pointer"
@click="deFile(item.uid)"