zhaoy 11ヶ月前
コミット
0b6054da49
1個のファイルの変更0行の追加3行の削除
  1. +0
    -3
      src/pages/device/productmanage/index.jsx

+ 0
- 3
src/pages/device/productmanage/index.jsx ファイルの表示

@@ -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>,
},
{


読み込み中…
キャンセル
保存