Commit ddb30a1b authored by 赵啸非's avatar 赵啸非

修改报表查询

parent 11273b9f
......@@ -385,6 +385,7 @@ export default {
},
changeEchartDay(type){
let today = new Date();
let beforeday = new Date(today);
if(type==1){
beforeday.setDate(beforeday.getDate() - this.myEchartsDay);
......
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