fix:wpm.mlog.list添加查询条件with_mlogb
This commit is contained in:
		
							parent
							
								
									58ae8af50d
								
							
						
					
					
						commit
						2f645882d5
					
				| 
						 | 
				
			
			@ -787,8 +787,7 @@ export default {
 | 
			
		|||
			}).catch((e) => {});
 | 
			
		||||
		},
 | 
			
		||||
		getMlogs() {
 | 
			
		||||
			this.$API.wpm.mlog.list
 | 
			
		||||
				.req({ mtask: this.currentMtask.id, page: 0 })
 | 
			
		||||
			this.$API.wpm.mlog.list.req({ mtask: this.currentMtask.id,with_mlogb:true,page: 0 })
 | 
			
		||||
				.then((res) => {
 | 
			
		||||
					this.mlogs = res;
 | 
			
		||||
				});
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue