| 
					
				 | 
			
			
				@@ -1208,8 +1208,8 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template slot-scope="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <el-input 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               v-model="scope.row.createBy" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              :disabled="browseStatus" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              placeholder="默认登陆人" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              disabled 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              placeholder="上传人" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               show-word-limit 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </template> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -2420,7 +2420,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.relevantAttachments.push({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fUrl: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fName: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        createBy: this.queryParams.createBy, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        createBy: this.form.createBy, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         createTime: Date.parse(new Date()), 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |