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