@@ -605,7 +605,8 @@
}
function onceMore(e){
- sessionStorage.orderTabActive=$("ul .active").index();
+ //sessionStorage.orderTabActive=$("ul .active").index();
+ setSessionStorage();
var orderCode = $(e).parent(".card-footer").prev(".card-content").find("a").attr("eid");
window.location.href="/front/wx_dataExport/toSieve?orderCode="+orderCode;