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