4.1 同步发版内容到天梯
This commit is contained in:
@ -170,7 +170,7 @@ const Index: React.FC<{}> = () => {
|
||||
{
|
||||
title: '操作',
|
||||
render: (text: any, record: any, index: any) => (
|
||||
<FileDown apiUrl={`/api/core-service-ebtp-updownload/v1/attachment/download/oid/${record.fileId}`} fileName={'回执文件' + (index + 1)} type='pdf' method='GET' btnName='回执导出' />
|
||||
<FileDown fileId={record.fileId} fileName={'回执文件' + (index + 1)} type='pdf' method='GET' btnName='回执导出' />
|
||||
),
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user