소스 검색

多期比较,显示层次

MaiXinRong 5 년 전
부모
커밋
bc5ac40f3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/public/js/measure_compare.js

+ 1 - 1
app/public/js/measure_compare.js

@@ -219,8 +219,8 @@ $(document).ready(() => {
         }
     });
     (function (select, sheet) {
-        if (!sheet.zh_tree) return;
         $(select).click(function () {
+            if (!sheet.zh_tree) return;
             const tag = $(this).attr('tag');
             const tree = sheet.zh_tree;
             switch (tag) {