温红权 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) {
         if ($.checkTask.checked_location_type == 1) {
             $("li.tab_lane").hide();
             $("li.tab_lane").hide();
             $("li.tab_not_lane").show();
             $("li.tab_not_lane").show();
-            $("li.tab_not_lane").addClass("active");
+            $("li.tab_not_lane:first").addClass("active");
         } else {
         } else {
             $("li.tab_lane").show();
             $("li.tab_lane").show();
             $("li.tab_not_lane").hide();
             $("li.tab_not_lane").hide();