|
@@ -196,7 +196,6 @@ function getTabData(activePage) {
|
|
|
})
|
|
|
.catch(e => {});
|
|
|
}
|
|
|
-
|
|
|
$('.filter').on('click', function(e) {
|
|
|
deptName = deptNameTemp;
|
|
|
behospitalCode = behospitalCodeTemp;
|
|
@@ -356,6 +355,10 @@ function bindDeptSelect() {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
+$(document).on("click",function(){
|
|
|
+ $(".deptList").css("display","none");
|
|
|
+ $('.selectDept .arrow').attr('src', iconDown)
|
|
|
+})
|
|
|
$('.selectDept').on('focus', function(e) {
|
|
|
e.stopPropagation();
|
|
|
$('.selectLevel .arrow').attr('src', iconDown);
|