屏蔽补充资料
This commit is contained in:
parent
2e456a6b1d
commit
e1f0a91b86
@ -88,7 +88,7 @@ export default function OrderDetailModal(props: any) {
|
||||
{
|
||||
key: 'copyright',
|
||||
title: '著作权人信息 ',
|
||||
className: activeKey === 'copyright' ? 'orderDetailTop-title tapActive' : 'orderDetailTop-title'
|
||||
className: activeKey === 'copyright' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
|
||||
}
|
||||
: {}),
|
||||
(
|
||||
@ -96,7 +96,7 @@ export default function OrderDetailModal(props: any) {
|
||||
{
|
||||
key: 'authorize',
|
||||
title: '受让人信息',
|
||||
className: activeKey == 'authorize' ? 'orderDetailTop-title tapActive' : 'orderDetailTop-title'
|
||||
className: activeKey == 'authorize' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
|
||||
}
|
||||
: {}
|
||||
),
|
||||
@ -107,11 +107,11 @@ export default function OrderDetailModal(props: any) {
|
||||
// className: activeKey == 'file'? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
|
||||
// }:{}
|
||||
// )
|
||||
{
|
||||
key: 'file',
|
||||
title: '资料补充',
|
||||
className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
|
||||
},
|
||||
// {
|
||||
// key: 'file',
|
||||
// title: '资料补充',
|
||||
// className: activeKey == 'file' ? 'orderDetailTop-title tapActive borderRight' : 'orderDetailTop-title borderRight'
|
||||
// },
|
||||
// {
|
||||
// key: 'result',
|
||||
// title: '过户结果',
|
||||
|
@ -146,7 +146,7 @@ export default function File(props: any) {
|
||||
const getSupplementDetail = async (id: string) => {
|
||||
try {
|
||||
const res: any = await supplementDetail(id)
|
||||
// console.log(res);
|
||||
console.log(res);
|
||||
setDetailData(res)
|
||||
await getFileTypeByIdsArray(res.correctionFiles)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user