温红权 před 8 roky
rodič
revize
256883a406
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      VisualInspection/view/mytask/check.html

+ 1 - 1
VisualInspection/view/mytask/check.html

@@ -203,7 +203,7 @@
         if ($.checkTask.checked_location_type == 1) {
             $("li.tab_lane").hide();
             $("li.tab_not_lane").show();
-            $("li.tab_not_lane").addClass("active");
+            $("li.tab_not_lane:first").addClass("active");
         } else {
             $("li.tab_lane").show();
             $("li.tab_not_lane").hide();