mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
优化
This commit is contained in:
parent
5871400457
commit
25b90d7b61
@ -171,7 +171,11 @@
|
||||
},
|
||||
_closeDoBatchPayFeeModal:function(){
|
||||
$("#doPayFeeMonthOrderResultModal").modal('hide');
|
||||
}
|
||||
},
|
||||
_printAndBack: function() {
|
||||
$('#payFeeResult').modal("hide");
|
||||
window.open($that.payFeeMonthOrderResultInfo.printUrl + "?detailIds=" + $that.payFeeMonthOrderResultInfo.detailIds)
|
||||
},
|
||||
}
|
||||
});
|
||||
})(window.vc);
|
||||
@ -1,6 +1,6 @@
|
||||
(function(vc) {
|
||||
var DEFAULT_PAGE = 1;
|
||||
var DEFAULT_ROWS = 10;
|
||||
let DEFAULT_PAGE = 1;
|
||||
let DEFAULT_ROWS = 10;
|
||||
vc.extends({
|
||||
data: {
|
||||
batchPayFeeOrderInfo: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user