Commit bd3866a4 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix: 属性值编辑异常

parent 10bb8c34
......@@ -144,7 +144,7 @@ const PropertyValue: React.FC<{}> = () => {
record.isEnable ? '' : <>
<Button
type='link'
onClick={() => history.push(`/classAndProperty/propertyValue/edit?attrId=${selectKey}&attrName=${selectNode._title}&attrValueId=${record.id}`)}
onClick={() => history.push(`/productManage/classAndProperty/propertyValue/edit?attrId=${selectKey}&attrName=${selectNode._title}&attrValueId=${record.id}`)}
>
编辑
</Button>
......
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