|  | @ -47,6 +47,7 @@ Vue.component('lasc-breast-molybdenum-inspect-list', {
 | 
	
		
			
				|  |  |       handler(newVal, oldVal) {
 | 
	
		
			
				|  |  |         if (this.data.value && this.data.value.length && this.data.value[0].id) {
 | 
	
		
			
				|  |  |           var first = this.data.value[0]
 | 
	
		
			
				|  |  |           console.log('22222222222222222222222222222222222222',first)
 | 
	
		
			
				|  |  |           this.form.screenId = first.screenId
 | 
	
		
			
				|  |  |           this.form.receiveBreastMolybdenum = first.receiveBreastMolybdenum
 | 
	
		
			
				|  |  |           this.form.receiveBreastMolybdenumOther = first.receiveBreastMolybdenumOther
 | 
	
	
		
			
				|  | @ -62,6 +63,7 @@ Vue.component('lasc-breast-molybdenum-inspect-list', {
 | 
	
		
			
				|  |  |   mounted() {
 | 
	
		
			
				|  |  |     if (this.data.value && this.data.value.length && this.data.value[0].id) {
 | 
	
		
			
				|  |  |       var first = this.data.value[0]
 | 
	
		
			
				|  |  |       console.log('22222222222222222222222222222222222222',first)
 | 
	
		
			
				|  |  |       this.form.screenId = first.screenId
 | 
	
		
			
				|  |  |       this.form.receiveBreastMolybdenum = first.receiveBreastMolybdenum
 | 
	
		
			
				|  |  |       this.form.receiveBreastMolybdenumOther = first.receiveBreastMolybdenumOther
 | 
	
	
		
			
				|  | @ -69,6 +71,7 @@ Vue.component('lasc-breast-molybdenum-inspect-list', {
 | 
	
		
			
				|  |  |       this.form.refusalReasonOtherContent = first.refusalReasonOtherContent
 | 
	
		
			
				|  |  |       this.form.list = this.data.value
 | 
	
		
			
				|  |  |       this.mbTubeNum = first.mbTubeNum ? first.mbTubeNum : ''
 | 
	
		
			
				|  |  |       console.log('555555555555555555555555555555555555',this.form)
 | 
	
		
			
				|  |  |     }
 | 
	
		
			
				|  |  |   }
 | 
	
		
			
				|  |  | })
 |