fix:修改 topology 源码 删除创建的节点以及给节点创建的对应的事件
This commit is contained in:
@@ -830,7 +830,7 @@ export default {
|
||||
this.panelReloadOnlyPanel()
|
||||
},
|
||||
htmlToPdf () {
|
||||
let dom = document.getElementsByClassName(this.pdfId)[0]
|
||||
const dom = document.getElementsByClassName(this.pdfId)[0]
|
||||
if (dom) {
|
||||
// dom = dom.getElementsByClassName('vue-grid-layout')[0]
|
||||
this.htmlTitle = this.showPanel.name
|
||||
|
||||
Reference in New Issue
Block a user