Commit b6332fa9 by peii

Merge branch 'develop' into product

parents cd532b23 81565084
Showing with 2 additions and 2 deletions
...@@ -1216,8 +1216,8 @@ class EquipConsuPage extends Component { ...@@ -1216,8 +1216,8 @@ class EquipConsuPage extends Component {
R.map(R.applySpec({ R.map(R.applySpec({
value: R.prop('customer_doctor'), value: R.prop('customer_doctor'),
name: R.prop('customer_doctor') name: R.prop('customer_doctor')
}), })),
R.filter(R.compose(isNotBlank, R.prop('customer_doctor')))) R.filter(R.compose(isNotBlank, R.prop('customer_doctor')))
)(ship) )(ship)
} }
} }
......
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