| 
					
				 | 
			
			
				@@ -289,8 +289,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const subjectContentEditor = ref(null); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     // 获取当前登录用户 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     const user = new placeActivityServer().queryListLonginId().then((data) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      let id = data + ""; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      new tools().queryById(id).then((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      new tools().queryById(data.id).then((res) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         placeActivity.value.reporter = res; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }); 
			 |