Commit 6db77331 authored by 卢均锐's avatar 卢均锐

fix: [22616] 竞价单详情,点击采购物料的物料名称,点击后跳转的地址不正确,现在去到了首页,正确点击是弹出物料信息

parent eb264154
......@@ -92,7 +92,7 @@ const MaterialLayout: React.FC<IPROPS> = (props: any) => {
,
key: 'name',
dataIndex: 'name',
render: (text: any, record: any) => <EyePreview handleClick={() => handleClick(record)}>{text}</EyePreview>
render: (text: any, record: any) => <EyePreview type='button' handleClick={() => handleClick(record)}>{text}</EyePreview>
},
{
title: intl.formatMessage({ id: 'detail.purchase.goodsGroup' }),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment