| 
					
				 | 
			
			
				@@ -619,7 +619,6 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         changeInformType(val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (val) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.showUploadImage = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                this.showDetail = false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.rowDetail = ''; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.showDetail = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 this.centerDialogVisible = true; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -642,6 +641,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         /**添加按钮 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         add() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.centerDialogVisible = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            this.showDetail = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.clear(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$refs.upImages.clearImageList(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             this.$refs['ruleForm'].resetFields(); 
			 |