|
@ -1522,7 +1522,7 @@ new Vue({
|
|
}else if(vm.handleNodeId == 42) {
|
|
}else if(vm.handleNodeId == 42) {
|
|
// 居民积分明细导出
|
|
// 居民积分明细导出
|
|
if(vm.jifenData.length!=0) {
|
|
if(vm.jifenData.length!=0) {
|
|
statisticAPI.exPatinetIntegralAnalysis(vm.residentIntegralParameter(),vm.derive+".xls").then(function(res){
|
|
|
|
|
|
statisticAPI.exPatinetIntegralAnalysis(_.assign({}, vm.residentIntegralParameter(), {pageSize: 99999}),vm.derive+".xls").then(function(res){
|
|
vm.fullscreenLoading = false
|
|
vm.fullscreenLoading = false
|
|
})
|
|
})
|
|
.catch(function(err){
|
|
.catch(function(err){
|