Commit f42c1076 authored by 黄自鹏's avatar 黄自鹏

Merge remote-tracking branch 'origin/master'

parents 0760bd6f 9f0cbdb7
...@@ -310,6 +310,13 @@ ...@@ -310,6 +310,13 @@
}else if(this.queryParams1.rwlx=='D'){ }else if(this.queryParams1.rwlx=='D'){
this.queryParams1.ksrq=new Date().getTime(); this.queryParams1.ksrq=new Date().getTime();
this.queryParams1.jsrq=new Date().getTime(); this.queryParams1.jsrq=new Date().getTime();
}else{
const today = new Date();
today.setDate(1);
today.setHours(0, 0, 0, 0);
const timestamp = today.getTime();
this.queryParams1.ksrq=timestamp;
this.queryParams1.jsrq=new Date().getTime();
} }
doQueryfx(this.queryParams1).then(res=>{ doQueryfx(this.queryParams1).then(res=>{
if(res.success){ if(res.success){
......
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