This commit is contained in:
liuye
2024-01-23 11:09:18 +08:00
parent e45d794128
commit 5e37673dba

View File

@@ -156,7 +156,7 @@ export default {
} }
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {
this.info.trend = res.data this.info.trend = res.data.trend
var trendX = [] var trendX = []
this.totalEcount = 0 this.totalEcount = 0
this.info.trend.map((item) => { this.info.trend.map((item) => {