Commit 7d1d8713 authored by agping's avatar agping

运营数据 去掉默认时间

parent d91a507c
...@@ -25,10 +25,10 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho ...@@ -25,10 +25,10 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
_this.removeClass('btn-default').addClass('btn-info').siblings().removeClass('btn-info').addClass('btn-default'); _this.removeClass('btn-default').addClass('btn-info').siblings().removeClass('btn-info').addClass('btn-default');
operating.mainTabIndex = _this.index(); operating.mainTabIndex = _this.index();
//没有时间 搜索的 也会传时间过去 为了切换不同的按钮 时间的连贯性 方便使用 //没有时间 搜索的 也会传时间过去 为了切换不同的按钮 时间的连贯性 方便使用
// if(operating.mainTabIndex == 1 || operating.mainTabIndex == 3){ if(operating.mainTabIndex == 1 || operating.mainTabIndex == 3){
// $('#maintable_create_time').val(''); $('#maintable_create_time').val('');
// $('#maintable_end_time').val(''); $('#maintable_end_time').val('');
// } }
operating.getList(1); operating.getList(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