Commit d002587e by lichengming
parents 94f6becb 7d8c56ef
......@@ -279,6 +279,16 @@ export default {
this.beginDate = this.dateValue[0]
this.endDate = this.dateValue[1]
console.log((this.range = this.beginDate + '至' + this.endDate))
this.queryRange = {
day: undefined,
week: undefined,
month: undefined,
year: undefined,
beginDate: this.beginDate,
endDate: this.endDate
}
this._getItemFail()
this._getSampleRank()
}
},
Gather(index) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment