|  | @@ -391,16 +391,7 @@ export default {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      leftSearch() {
 |  |      leftSearch() {
 | 
											
												
													
														|  | -      console.log("left.condition.searchChild 发生变化!")
 |  | 
 | 
											
												
													
														|  |        let { condition } = this.left;
 |  |        let { condition } = this.left;
 | 
											
												
													
														|  | -      console.log("this.left.prevCondition",this.left.prevCondition)
 |  | 
 | 
											
												
													
														|  | -      console.log("this.left.condition",this.left.condition)
 |  | 
 | 
											
												
													
														|  | -      if (
 |  | 
 | 
											
												
													
														|  | -        this.left.prevCondition &&
 |  | 
 | 
											
												
													
														|  | -        JSON.stringify(condition) === JSON.stringify(this.left.prevCondition)
 |  | 
 | 
											
												
													
														|  | -      ) {
 |  | 
 | 
											
												
													
														|  | -        return;
 |  | 
 | 
											
												
													
														|  | -      }
 |  | 
 | 
											
												
													
														|  |        this.left.prevCondition = { ...condition };
 |  |        this.left.prevCondition = { ...condition };
 | 
											
												
													
														|  |        let params = {
 |  |        let params = {
 | 
											
												
													
														|  |          orgId:condition.orgId,
 |  |          orgId:condition.orgId,
 |