Commit 8d24d610 by peii

Merge branch 'develop' into product

parents f7d13184 de12d9e0
...@@ -1216,7 +1216,8 @@ class EquipConsuPage extends Component { ...@@ -1216,7 +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'))))
)(ship) )(ship)
} }
} }
......
...@@ -1111,7 +1111,8 @@ class SelfOrderPage extends Component { ...@@ -1111,7 +1111,8 @@ class SelfOrderPage 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')))
)(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