mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
fix(嵌入式): 页面上同时通过div嵌入两个看板,正常加载完成后,其中一个看板调用 destroy 方法注销实例,另一个看板的图片加载异常
This commit is contained in:
@@ -199,7 +199,6 @@ class DataEaseBi {
|
||||
embeddedStore.setOuterParams(null)
|
||||
embeddedStore.setSuffixId(null)
|
||||
embeddedStore.setToken(null)
|
||||
embeddedStore.setBaseUrl(null)
|
||||
embeddedStore.setChartId(null)
|
||||
embeddedStore.clearState()
|
||||
this.vm.unmount()
|
||||
@@ -208,7 +207,6 @@ class DataEaseBi {
|
||||
this.busiFlag = null
|
||||
this.outerParams = null
|
||||
this.suffixId = null
|
||||
this.baseUrl = null
|
||||
this.dvId = null
|
||||
this.pid = null
|
||||
this.chartId = null
|
||||
|
||||
Reference in New Issue
Block a user