Commit e6c9f8d1 authored by duxinyuan's avatar duxinyuan

1

parent 0dfdad1d
...@@ -321,6 +321,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', ' ...@@ -321,6 +321,7 @@ define(['doT', 'text!temp/adjustment_template_tpl.html', 'css!style/home.css', '
* 获取查询参数 * 获取查询参数
*/ */
buildSearchParams : function(){ buildSearchParams : function(){
var that = adjustment;
var commite_time_start = $('#comit_time_start').val(); var commite_time_start = $('#comit_time_start').val();
var commite_time_end = $('#comit_time_end').val(); var commite_time_end = $('#comit_time_end').val();
var into_time_start = $('#into_time_start').val(); var into_time_start = $('#into_time_start').val();
......
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