소스 검색

优化添加清单数据过大时编辑卡顿问题

ellisran 1 주 전
부모
커밋
2ab4d80a7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/public/js/change_revise.js

+ 1 - 0
app/public/js/change_revise.js

@@ -3742,6 +3742,7 @@ $(document).ready(() => {
                 return item.leafXmjs && item.leafXmjs.length !== 0;
             });
             gclGatherData = gclGatherData.sort(sortByCode);
+            changeGclData = false;
         }
     }