宣发效果时间格式

This commit is contained in:
liuye
2022-08-10 09:29:47 +08:00
parent 9bd1f380be
commit c06d38bb5f

View File

@@ -273,6 +273,9 @@
this.effectData = res.data
var xData = [], createData = [], executeData = [], receiveData = []
res.data.trend.map(e => {
if(this.effectType == 0 || this.effectType == 1) {
e.ymd = e.ymd.substring(5, 10)
}
xData.push(e.ymd)
createData.push(e.createCount)
executeData.push(e.executeCount)