@@ -301,6 +301,7 @@ const AdminCustomerStatistics = Form.create()(React.createClass({
this.xiangmu(record.aid);
},
xiangmu(pageNo,aids) {
+ this.state.data = [];
this.setState({
loading:true
})