@@ -25,10 +25,10 @@ const CreateEvaluate = React.createClass({
$.ajax({
url: globalConfig.context + '/open/html/get/evaluation_announcement'
}).done(function (res) {
- if (res && res.data) {
+ if (res) {
this.setState({
loading: true,
- announce: res.data
+ announce: res
})
}
}.bind(this)).always(function () {