|  | @@ -587,6 +587,14 @@ export default {
 | 
	
		
			
				|  |  |                                      }
 | 
	
		
			
				|  |  |                                    })
 | 
	
		
			
				|  |  |                                 }
 | 
	
		
			
				|  |  | +                               if(that.processData.businessTable == 'bwg_meeting_summary'){//技能博物馆 --- 会议纪要---默认当前登陆人
 | 
	
		
			
				|  |  | +                                that.dynamicData.personListJn.map(item =>{
 | 
	
		
			
				|  |  | +                                 if(item.label == that.$store.getters.nickname){
 | 
	
		
			
				|  |  | +                                    that.$refs.KFB.setData({record_person:item.value}) 
 | 
	
		
			
				|  |  | +                                    that.$refs.KFB.setData({record_department:item.departIds_dictText}) 
 | 
	
		
			
				|  |  | +                                  }
 | 
	
		
			
				|  |  | +                                 })
 | 
	
		
			
				|  |  | +                               }
 | 
	
		
			
				|  |  |                            
 | 
	
		
			
				|  |  |  							   
 | 
	
		
			
				|  |  |                                    },0)
 | 
	
	
		
			
				|  | @@ -763,15 +771,7 @@ export default {
 | 
	
		
			
				|  |  |                    }
 | 
	
		
			
				|  |  |                })
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        //技能博物馆 --- 会议纪要
 | 
	
		
			
				|  |  | -        if(this.processData.businessTable == 'bwg_meeting_summary'){
 | 
	
		
			
				|  |  | -            this.dynamicData.personListJn.map(item =>{
 | 
	
		
			
				|  |  | -                  if(item.label == this.$store.getters.nickname){
 | 
	
		
			
				|  |  | -                      this.$refs.KFB.setData({record_person:item.value}) 
 | 
	
		
			
				|  |  | -                      this.$refs.KFB.setData({record_department:item.departIds_dictText}) 
 | 
	
		
			
				|  |  | -                  }
 | 
	
		
			
				|  |  | -              })
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          //技能博物馆 ----部门专项预算      
 | 
	
		
			
				|  |  |          if(key == 'department' && this.processData.businessTable == 'bwg_department_budget'){
 | 
	
		
			
				|  |  |              //预算年份未选择
 |