| 
														
															@@ -232,7 +232,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       // console.log('中间状态?', isKnowledgeToChapter, isChapterToKnowledge) 
														 | 
														
														 | 
														
															       // console.log('中间状态?', isKnowledgeToChapter, isChapterToKnowledge) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       if (isKnowledgeToChapter || isChapterToKnowledge) return // 这是exeBranch条件切换时的中间状态,不要触发后续查询 
														 | 
														
														 | 
														
															       if (isKnowledgeToChapter || isChapterToKnowledge) return // 这是exeBranch条件切换时的中间状态,不要触发后续查询 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-      this.queList = [] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.cleanBeforeQuery() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       // refresh tree by need 
														 | 
														
														 | 
														
															       // refresh tree by need 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       // TODO: 这里最好是由mx-condition解析依赖关系,但现在mx-condition的渲染逻辑不太方便切入 
														 | 
														
														 | 
														
															       // TODO: 这里最好是由mx-condition解析依赖关系,但现在mx-condition的渲染逻辑不太方便切入 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const treeCacheObj = {...this.queryOutput} 
														 | 
														
														 | 
														
															       const treeCacheObj = {...this.queryOutput} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -260,6 +260,11 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       console.log('call resetQuestionQuery by mx-condition') 
														 | 
														
														 | 
														
															       console.log('call resetQuestionQuery by mx-condition') 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       this.resetQuestionQuery() 
														 | 
														
														 | 
														
															       this.resetQuestionQuery() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    cleanBeforeQuery() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.queList = [] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.currentNode = null 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+      this.title = '' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     setCurrentNodeAndTitle(nodeData) { 
														 | 
														
														 | 
														
															     setCurrentNodeAndTitle(nodeData) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const branchKey = this.queryParams.exeBranch + 'Id' 
														 | 
														
														 | 
														
															       const branchKey = this.queryParams.exeBranch + 'Id' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															       const branchParam = {} 
														 | 
														
														 | 
														
															       const branchParam = {} 
														 |