4.1 同步发版内容到天梯

This commit is contained in:
jl-zhoujl2
2022-04-01 20:06:34 +08:00
parent a3b939d154
commit 7b3efe00dd
128 changed files with 929 additions and 5029 deletions

View File

@ -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='回执导出' />
),
},
];