|
@@ -74,6 +74,11 @@ $(function() {
|
|
|
//切换tab
|
|
|
$(".tabBox .tabs button").on("click",(e)=>{
|
|
|
const me = e.target;
|
|
|
+ $('.selectDept i').text('全部')
|
|
|
+ $(".deptItem.active").removeClass("active");
|
|
|
+ $(".deptList").css("display", "none")
|
|
|
+ global_deptId=[];
|
|
|
+ global_deptName="";
|
|
|
global_activeTabCode = $(me).attr("data-code");
|
|
|
if(global_activeTabCode=="0"){
|
|
|
getSubDeptList();
|
|
@@ -503,8 +508,10 @@ function clearFilter(){
|
|
|
dateFormat:"yy-mm-dd"
|
|
|
}).datepicker( "setDate",endDate);
|
|
|
$('.selectDept i').text('全部')
|
|
|
+ $(".deptItem.active").removeClass("active");
|
|
|
$(".deptList").css("display", "none")
|
|
|
global_deptId=[];
|
|
|
+ global_deptName="";
|
|
|
$('.selectLevel i').html('全部')
|
|
|
$(".levelList").css("display", "none")
|
|
|
global_level="";
|