宣发效果时间格式
This commit is contained in:
@@ -273,6 +273,9 @@
|
|||||||
this.effectData = res.data
|
this.effectData = res.data
|
||||||
var xData = [], createData = [], executeData = [], receiveData = []
|
var xData = [], createData = [], executeData = [], receiveData = []
|
||||||
res.data.trend.map(e => {
|
res.data.trend.map(e => {
|
||||||
|
if(this.effectType == 0 || this.effectType == 1) {
|
||||||
|
e.ymd = e.ymd.substring(5, 10)
|
||||||
|
}
|
||||||
xData.push(e.ymd)
|
xData.push(e.ymd)
|
||||||
createData.push(e.createCount)
|
createData.push(e.createCount)
|
||||||
executeData.push(e.executeCount)
|
executeData.push(e.executeCount)
|
||||||
|
|||||||
Reference in New Issue
Block a user