|
|
@@ -87,7 +87,6 @@ const bomtechnology = (props) => { |
|
|
|
operationKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis', |
|
|
|
tabActiveKey: props.location.query.tabStatus ? props.location.query.tabStatus : 'basis', |
|
|
|
}); |
|
|
|
const { Paragraph, Text } = Typography; |
|
|
|
useEffect(() => { |
|
|
|
console.log("props.location",props.location) |
|
|
|
SetCurrTabKey(tabStatus.tabActiveKey); |
|
|
@@ -279,8 +278,6 @@ const bomtechnology = (props) => { |
|
|
|
title: 'Topics类', |
|
|
|
dataIndex: 'topics', |
|
|
|
valueType: 'textarea', |
|
|
|
ellipsis: true, |
|
|
|
search: true, |
|
|
|
render: (text) => <Paragraph style={{display:'inline'}} copyable>{text}</Paragraph>, |
|
|
|
}, |
|
|
|
{ |
|
|
|