|
@@ -21,7 +21,7 @@ const goDownB = require("./../images/arrow_down_blue.png")
|
|
|
|
|
|
let pageSet = [],pageSetCopy = [], showNum = 0, scrollTop=0;
|
|
|
let srcUrl = $("#contentIframe",parent.document).attr("src")
|
|
|
-let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||getUrlArgObjectNew("shijian",srcUrl) || "3"
|
|
|
+let statisticsType = getUrlArgObjectNew("dateType",srcUrl)||getUrlArgObjectNew("shijian",srcUrl) || "2"
|
|
|
let chengdu = getUrlArgObjectNew("chengdu",srcUrl)||""
|
|
|
let deptIdPram = getUrlArgObjectNew("deptId",srcUrl)||""
|
|
|
let deptNamePram = getUrlArgObjectNew("deptName",srcUrl)||""
|
|
@@ -897,7 +897,6 @@ $(function() {
|
|
|
let startDate = "", endDate=new Date()
|
|
|
let year = new Date().getFullYear()
|
|
|
let month = new Date().getMonth() + 1
|
|
|
- console.log("?statisticsType=1",statisticsType)
|
|
|
if(statisticsType == '1'){
|
|
|
startDate = new Date(`${year}-${month}-01`)
|
|
|
}else if(statisticsType == '2'){
|