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