Commit 90e17ba8 authored by zhangjianguo's avatar zhangjianguo

足迹的内容修改

parent 78b401dd
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
}); });
this.msg.StartTime=this.start_time; this.msg.StartTime=this.start_time;
this.msg.EndTime=this.end_time; this.msg.EndTime=this.end_time;
console.log("this.msg",this.msg)
this.request2( this.request2(
{ {
url: '/api/AppletUser/GetUserFootMarkPageList', url: '/api/AppletUser/GetUserFootMarkPageList',
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
let end = res.obj.tyear + "-" + res.obj.tmonth + "-" + res.obj.tday +' '+ '23:59:59'; let end = res.obj.tyear + "-" + res.obj.tmonth + "-" + res.obj.tday +' '+ '23:59:59';
this.start_time= start; this.start_time= start;
this.end_time=end; this.end_time=end;
this.page = 1 this.msg.pageIndex = 1
this.g =[] this.g =[]
this.init() this.init()
}, },
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
}else{ }else{
that.end_time=time1; that.end_time=time1;
} }
this.page = 1 this.msg.pageIndex = 1
this.g =[] this.g =[]
this.init() this.init()
......
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