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

fix:

parent 54a80904
...@@ -203,7 +203,7 @@ const Attribute: React.FC<{}> = () => { ...@@ -203,7 +203,7 @@ const Attribute: React.FC<{}> = () => {
const handleSee = (record: any) => { const handleSee = (record: any) => {
if (AuthUrl('attribute.see')) { if (AuthUrl('attribute.see')) {
history.push(`/memberCenter/commodityAbility/classAndProperty/attribute/detail?id=${record.id}&isSee=true`) history.push(`/memberCenter/commodityAbility/classAndProperty/attribute/detail?id=${record.id}&isSee=true&isMultiple=${isMultiple}`)
} }
} }
......
...@@ -181,7 +181,7 @@ const PropertyValue: React.FC<{}> = () => { ...@@ -181,7 +181,7 @@ const PropertyValue: React.FC<{}> = () => {
const handleSee = (record: any) => { const handleSee = (record: any) => {
if (AuthUrl('propertyValue.see')) { if (AuthUrl('propertyValue.see')) {
history.push(`/memberCenter/commodityAbility/classAndProperty/propertyValue/detail?attrId=${selectKey}&attrName=${record.customerAttribute.name}&attrValueId=${record.id}&isSee=true&type=${record.type}`) history.push(`/memberCenter/commodityAbility/classAndProperty/propertyValue/detail?attrId=${selectKey}&attrName=${record.customerAttribute.name}&attrValueId=${record.id}&isSee=true&isMultiple=${isMultiple}&type=${record.type}`)
} }
} }
......
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