mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-04 18:10:10 +08:00
update
This commit is contained in:
@@ -565,8 +565,8 @@ export default {
|
||||
//字符串拼接,开始时间,结束时间
|
||||
let beg = getDay(-7) + " 00:00:00"; //当月第一天
|
||||
let end = getDay(0) + " 23:59:59"; //当天
|
||||
this.settleTimeRange = [beg, end]; //将值设置给插件绑定的数据
|
||||
this.createTimeRange = [beg, end];
|
||||
// this.settleTimeRange = [beg, end]; //将值设置给插件绑定的数据
|
||||
// console.log("一进入页面显示的时间段", this.createTimeRange);
|
||||
// return this.createTimeRange;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user