Commit d520506b authored by xishifeng's avatar xishifeng

业绩查询日期调整2

parent 23e7205c
...@@ -111,7 +111,7 @@ require(['vue', 'css!style/achieve_temp.css', 'jquery0325', 'common'], function( ...@@ -111,7 +111,7 @@ require(['vue', 'css!style/achieve_temp.css', 'jquery0325', 'common'], function(
callback(_session_startdate, _session_enddate); callback(_session_startdate, _session_enddate);
} else { } else {
//获取当前时间 //获取当前时间
var _currentDate = new Date(), var _currentDate = new Date();
_currentDate.setDate(_currentDate.getDate() - 1); _currentDate.setDate(_currentDate.getDate() - 1);
var _year = _currentDate.getFullYear(), var _year = _currentDate.getFullYear(),
_moon = dealDate(_currentDate.getMonth() + 1), _moon = dealDate(_currentDate.getMonth() + 1),
......
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