|  | @@ -2031,8 +2031,8 @@ export default {
 | 
	
		
			
				|  |  |              // this.detailData.copyId=this.selectionList[0].id
 | 
	
		
			
				|  |  |              this.isShow = false;
 | 
	
		
			
				|  |  |              this.$store.commit("IN_SEAFE_DETAIL");
 | 
	
		
			
				|  |  | -            if (this.selectionList.length == 1 && type == 'MH') {
 | 
	
		
			
				|  |  | -                console.log(this.selectionList[0].id, 1111)
 | 
	
		
			
				|  |  | +            if (this.selectionList.length == 1 && this.selectionList[0].billType=="MM" && type == 'MH') {
 | 
	
		
			
				|  |  | +                console.log(this.selectionList[0].id, this.selectionList[0].billType, 1111)
 | 
	
		
			
				|  |  |                  this.$nextTick(() => {
 | 
	
		
			
				|  |  |                      console.log(this.selectionList[0].id, 2222)
 | 
	
		
			
				|  |  |                      this.$refs.billsDetails.pageLoading = true;
 |