MaiXinRong 5 лет назад
Родитель
Сommit
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) {