Commit c66a8dd1 by wong.peiyi

过滤品牌返回为会null

parent 559ef2e2
......@@ -127,7 +127,7 @@ class ChooseProductPage extends Component {
let { data } = pur_sup_search
let { topProcOptionList } = that.state
if (data.length > 0) {
topProcOptionList = cloneObject(data)
topProcOptionList = R.compose(cloneObject, R.filter(isNotBlank))(data)
topProcOptionList.forEach(function (topObj) {
topObj[LocalVariable.SELECTED_QUQNTITY] = 0
topObj['leftOptionList'] = []
......
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 sign in to comment