|
@@ -1586,7 +1586,7 @@
|
|
|
$progress.scrollIntoView()
|
|
|
sessionStorage.setItem('refresh', '1')
|
|
|
let redirectUrl = '/front/dataExport/toCreateOrderPage/' + dataNode._data.dataInfo._id
|
|
|
- window.location.href = redirectUrl + "?from=" + GetQueryString("from")+ "&type=" + dataNode.dataType + "&source=" +GetQueryString("source")
|
|
|
+ window.location.href = location.origin + redirectUrl + "?from=" + GetQueryString("from")+ "&type=" + dataNode.dataType + "&source=" +GetQueryString("source")
|
|
|
})
|
|
|
function isIE(){
|
|
|
if(!!window.ActiveXObject || "ActiveXObject" in window){
|