Browse Source

去掉调试

lulihong 6 years ago
parent
commit
a3b769ef8c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      js/util.js

+ 0 - 1
js/util.js

@ -276,7 +276,6 @@ function getLastHalfMonthArray(dateStr){//格式:2018-07
//获取当前时间往前推3个季度
function getThirdJiDate(){
	debugger
	var startMonth =  getQuarterStartMonth()+1;//本季度开端月份
	var endMonth = getQuarterStartMonth() + 3;//本季度停止月份
	var curMonth = new Date().getMonth()+1;//当前月份