优化HiddenInfo
parent
c6520f9a6f
commit
7f1af86b71
|
|
@ -281,7 +281,7 @@ function HiddenInfo(props) {
|
|||
<Button
|
||||
type="primary"
|
||||
size="small"
|
||||
onClick={() => downloadFile(item.disposalFile)}
|
||||
onClick={() => downloadFile({ url: item.disposalFile })}
|
||||
>
|
||||
下载
|
||||
</Button>
|
||||
|
|
@ -350,7 +350,7 @@ function HiddenInfo(props) {
|
|||
<Button
|
||||
type="primary"
|
||||
size="small"
|
||||
onClick={() => downloadFile(item.disposalFile)}
|
||||
onClick={() => downloadFile({ url: item.disposalFile })}
|
||||
>
|
||||
下载
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue