@@ -411,7 +411,7 @@ function confirm1(msg, succFuc, cancelFuc){//msg:询问信息, succFuc:点
function downloadExcel(lastDocument) {
if(lastDocument){
- window.open('${ctxp}'+lastDocument, '_blank', 'toolbar=yes')
+ window.open('${ctxp}'+lastDocument, '_self', 'toolbar=yes')
}else{
jp.error("还未上传文件")
}