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

fix:

parent fe14bcac
......@@ -125,7 +125,7 @@ const ProductAttributeForm: React.FC<Iprops> = (props) => {
// 遍历 排空
let resultParams = _resultParams.filter((_item: any) => (_item.customerAttributeValueList.length != 0 && _item.customerAttributeValueList[0]['value'] !== ''))
console.log(resultParams, 'resultParams')
setProductSelectAttribute(resultParams)
}
......
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