温红权 8 سال پیش
والد
کامیت
256883a406
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();