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

fix: 添加属性值跳转异常

parent ef899f6e
......@@ -100,7 +100,7 @@ const AddPropertyValue: React.FC<{}> = () => {
postProductPlatformSaveOrUpdateAttributeValue(pararms).then(res => {
if(res.code === 1000)
// history.goBack()
history.push(`/classAndProperty/propertyValue?attrId=${attrId}&attrName=${attrName}&type=${type}`)
history.push(`/productManage/classAndProperty/propertyValue?attrId=${attrId}&attrName=${attrName}&type=${type}`)
})
}).catch(error => {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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