mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
9ab27a8500
commit
e1f448bbde
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user