lincl il y a 1 an
Parent
commit
fe3dee47cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/statistics/js/comprehensive-query.js

+ 1 - 1
app/statistics/js/comprehensive-query.js

@ -1522,7 +1522,7 @@ new Vue({
			}else if(vm.handleNodeId == 42) {
				// 居民积分明细导出
				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
					})
					.catch(function(err){