zhaoy 9 月之前
父節點
當前提交
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>,
},
{


Loading…
取消
儲存