|
@@ -214,7 +214,10 @@ function loading(){
|
|
|
function hideLoading(){
|
|
|
$("#mainBox .loadingBox", parent.document).remove()
|
|
|
}
|
|
|
-
|
|
|
+$(document).on("click", function(){
|
|
|
+ $(".deptList").css("display", "none");
|
|
|
+ $(".selectDept .arrow").attr("src",iconDown)
|
|
|
+})
|
|
|
$("th[code]").on("click",function(e){
|
|
|
const code=$(this).attr("code");
|
|
|
if(data_asc==code){
|