zhouna 4 年之前
父節點
當前提交
d257f422ed
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/js/allotCheckTask.js

+ 1 - 1
src/js/allotCheckTask.js

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