|
@@ -127,9 +127,9 @@ class VoteDetailPage extends React.Component {
|
|
|
voteBean.voteEndDate = getStrValue(item, 'voteEndDate')
|
|
voteBean.voteEndDate = getStrValue(item, 'voteEndDate')
|
|
|
voteBean.voteRemarks = getStrValue(item, 'voteRemarks')
|
|
voteBean.voteRemarks = getStrValue(item, 'voteRemarks')
|
|
|
|
|
|
|
|
- const topics = getStrValue(item, 'topics')
|
|
|
|
|
|
|
+ const topics = getStrValue(item, 'voteTopicDOS')
|
|
|
if (!isObjEmpty(topics)) {
|
|
if (!isObjEmpty(topics)) {
|
|
|
- voteBean.options = topics[0].options
|
|
|
|
|
|
|
+ voteBean.options = topics[0].voteOptionsDOS
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (this.props.listState.tabIndex >= 0) {
|
|
if (this.props.listState.tabIndex >= 0) {
|