fix:修改 chart搜索功能 以及 panel新增chart 可以选择panel的问题
This commit is contained in:
@@ -133,15 +133,6 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
this.resize(chartItem)
|
||||
})
|
||||
this.startLoading()
|
||||
|
||||
if (/\{\{.*?\}\}/g.test(this.data.param.url)) {
|
||||
this.showStatic = true
|
||||
this.setStaticContent()
|
||||
} else {
|
||||
this.showStatic = false
|
||||
this.setLoadFrame()
|
||||
}
|
||||
this.divFirstShow = true
|
||||
},
|
||||
setStaticContent: function () {
|
||||
|
||||
Reference in New Issue
Block a user