|
@@ -854,6 +854,7 @@ function renderPagination(totalPage,activePage,totalNum){
|
|
$(document).on("click", function(){
|
|
$(document).on("click", function(){
|
|
$(".levelList ").css("display", "none")
|
|
$(".levelList ").css("display", "none")
|
|
$(".deptList").css("display", "none")
|
|
$(".deptList").css("display", "none")
|
|
|
|
+ $(".selectDept .arrow").attr("src",iconDown)
|
|
$(".selectLevel .arrow").attr("src",iconDown)
|
|
$(".selectLevel .arrow").attr("src",iconDown)
|
|
|
|
|
|
})
|
|
})
|