Просмотр исходного кода

Merge branch 'master' into kitchenmanage

tmp
zhaoy 8 месяцев назад
Родитель
Сommit
989f7bbc58
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>,
},
{


Загрузка…
Отмена
Сохранить