zhouna 4 năm trước cách đây
mục cha
commit
07a8a49746
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/js/allotCheckTask.js

+ 3 - 1
src/js/allotCheckTask.js

@@ -750,7 +750,9 @@ function bindCheckerSelect(){
         $('.selectChecker i').text(itemName)
         $('.selectChecker').attr('title',itemName)
         $(".checkerList").css("display", "none")
-        global_DeptAllId="";
+        if(global_activeTabCode=='0'){
+            global_DeptAllId="";
+        }
         const totalArr = global_DeptId.trim()?global_DeptCheckers[global_DeptId]:global_Checkers[+global_activeTabCode+4];
         if(!itemId.trim()){
             renderCheckerTable(totalArr);