| 
					
				 | 
			
			
				@ -338,7 +338,8 @@ Vue.component('copd-patient-record', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        doctorName: this.doctorName, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        isLive: this.isLive, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        firstOrg: this.firstOrg, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        queryArea: this.userRoleCode 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        queryArea: this.userRoleCode, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        queryHospital: this.communityCode, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      statisticAPI.exportJkCopdAchives(params, '居民档案.xls').then(function (res) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        vm.daLoading = false 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -655,8 +656,6 @@ Vue.component('copd-patient-record', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      var vm = this 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      vm.exportStandardLoading = true 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      var params = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        page: this.page, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        size: this.size, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        name: this.name, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        turnDownStatus: this.turnDownStatus, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        receiveStatus: this.receiveStatus, 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -666,6 +665,7 @@ Vue.component('copd-patient-record', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        isLive: this.isLive, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        queryArea: this.userRoleCode, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        firstOrg: this.firstOrg, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        queryHospital: this.communityCode, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        startTime: this.chooseYear == '全部' ? '' : this.chooseYear + '-01-01', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        endTime: this.chooseYear == '全部' ? '' : this.chooseYear + '-12-31' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				      } 
			 |