Commit de12d9e0 by peii

医生为空时bug修复

parent bdb925d7
......@@ -1216,7 +1216,8 @@ class EquipConsuPage extends Component {
R.map(R.applySpec({
value: R.prop('customer_doctor'),
name: R.prop('customer_doctor')
}))
}),
R.filter(R.compose(isNotBlank, R.prop('customer_doctor'))))
)(ship)
}
}
......
......@@ -1111,7 +1111,8 @@ class SelfOrderPage extends Component {
R.map(R.applySpec({
value: R.prop('customer_doctor'),
name: R.prop('customer_doctor')
}))
})),
R.filter(R.compose(isNotBlank, R.prop('customer_doctor')))
)(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