|
|
@ -29,6 +29,13 @@ export class examinationQuestionsExaminee { |
|
|
|
item.children = this.processingData(allFireElements,realData) |
|
|
|
item.children = this.processingData(allFireElements,realData) |
|
|
|
}) :null |
|
|
|
}) :null |
|
|
|
this.renderData = data |
|
|
|
this.renderData = data |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//阻止 滚轮滚动事件穿透
|
|
|
|
|
|
|
|
window.setTimeout(()=>{ |
|
|
|
|
|
|
|
(document.getElementById('nodeTree') as any).onmousewheel = (e)=>{ |
|
|
|
|
|
|
|
e.stopPropagation(); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, 0) |
|
|
|
} |
|
|
|
} |
|
|
|
//处理数据 将消防要素模板与真实素材结合
|
|
|
|
//处理数据 将消防要素模板与真实素材结合
|
|
|
|
processingData(allFireElements,realData){ |
|
|
|
processingData(allFireElements,realData){ |
|
|
|