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