Commit 9f0cbdb7 authored by 李苏's avatar 李苏 💬

月日期参数

parent 26a7a504
......@@ -310,6 +310,13 @@
}else if(this.queryParams1.rwlx=='D'){
this.queryParams1.ksrq=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=>{
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