|
|
@ -231,7 +231,7 @@ |
|
|
|
} |
|
|
|
$.modal.confirm(tipMsg, function () { |
|
|
|
$.modal.loading("正在导出数据,请稍后..."); |
|
|
|
$.post( iqcPrefix + "/export", dataParam, function (result) { |
|
|
|
$.post( returnPrefix + "/export", dataParam, function (result) { |
|
|
|
if (result.code === web_status.SUCCESS) { |
|
|
|
window.location.href = ctx + "common/download?fileName="+ encodeURI(result.msg) + "&delete=" + true; |
|
|
|
} else { |
|
|
|