Commit 51942411 authored by 王's avatar

微信统计

parent 2ee5579c
...@@ -69,8 +69,8 @@ ...@@ -69,8 +69,8 @@
let json = { let json = {
}; };
if(this.searchFrom.watchTime && this.searchFrom.watchTime.length > 0){ if(this.searchFrom.watchTime && this.searchFrom.watchTime.length > 0){
json.date_start = this.searchFrom.watchTime[0] json.start_at = this.searchFrom.watchTime[0]
json.date_end = this.searchFrom.watchTime[1] json.end_at = this.searchFrom.watchTime[1]
} }
getWechatStatisticListApi(json).then((res)=>{ getWechatStatisticListApi(json).then((res)=>{
this.tableHead = res[0] this.tableHead = res[0]
......
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