wangshan před 5 roky
rodič
revize
d58b316b2d

+ 2 - 2
src/web/templates/weixin/dataExport/dataExport_previewData.html

@@ -162,13 +162,13 @@
 				$(".buttons-tab .tab-link").each(function() {
 					var index = $(this).index();
 					$(".buttons-tab .tab-link").eq(0).addClass("active");
-
 					$(this).click(function() {
 						loading(true);
 						tab(parseInt(index)+1);
 						$(this).addClass("active").siblings().removeClass("active");
 					})
-				})
+				});
+				$(".buttons-tab .tab-link").eq((parseInt({{.T.dataType}})-parseInt(1))).addClass("active").siblings().removeClass("active");
 			})
 			//
 			function tab(t){