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