@@ -75,7 +75,9 @@ export default {
yearMonth: this.value
})
.then(res => {
- this.user = res;
+ this.user = Object.keys(res).map(item => {
+ return res[item];
+ })[0];
});
this.$http
.get('/statistic/orderPriceTrendV2', {