优化代码

This commit is contained in:
java110 2022-12-14 22:05:55 +08:00
parent 9ab27a8500
commit e1f448bbde

View File

@ -432,7 +432,7 @@ var saveAs = saveAs || (function(view) {
},
_printAndBack: function() {
$('#payFeeResult').modal("hide");
window.open($that.payFeeOrderInfo.printUrl+"?detailIds=" + $that.batchPayFeeOrderInfo.detailIds)
window.open($that.batchPayFeeOrderInfo.printUrl + "?detailIds=" + $that.batchPayFeeOrderInfo.detailIds)
},
_goBack: function() {
vc.goBack();