浏览代码

解决兼容性问题

chenyubai 1 年之前
父节点
当前提交
eaa78e6c3f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/statistics/js/mzfV1rzReport.js

+ 3 - 3
app/statistics/js/mzfV1rzReport.js

@ -11,9 +11,9 @@ $.ajax('../html/mzfv1rzReport.html',{
		template = res
	}
})
let date = new Date();
let today = date.toISOString().split('T')[0];
let oneWeekBeforeDate = new Date(date.getTime() - (7 * 24 * 60 * 60 * 1000));
var date = new Date();
var today = date.toISOString().split('T')[0];
var oneWeekBeforeDate = new Date(date.getTime() - (7 * 24 * 60 * 60 * 1000));
Vue.component('mzf-v1rzreport', {
	props: [],
	template: template,