|
@@ -256,7 +256,7 @@
|
|
$("#analysis-report-countdown").text(count--);
|
|
$("#analysis-report-countdown").text(count--);
|
|
if (count < 1) {
|
|
if (count < 1) {
|
|
clearInterval(window.__report_timer__)
|
|
clearInterval(window.__report_timer__)
|
|
- // window.location.href = "/swordfish/page_big_pc/report/analysis/detail?code={{.T.orderCode}}";
|
|
|
|
|
|
+ window.location.href = "/swordfish/page_big_pc/report/analysis/detail?code={{.T.orderCode}}";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|