浏览代码

多期比较,显示层次

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) {