温红权 8 жил өмнө
parent
commit
256883a406

+ 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();