forked from github/dataease
fix(嵌入式): 嵌入式销毁报错
This commit is contained in:
parent
a1ab75de64
commit
f46c409164
@ -176,7 +176,6 @@ class DataEaseBi {
|
||||
embeddedStore.setBaseUrl(null)
|
||||
embeddedStore.setChartId(null)
|
||||
embeddedStore.clearState()
|
||||
console.log('this.vm1', this.vm)
|
||||
this.vm.unmount()
|
||||
this.type = null
|
||||
this.token = null
|
||||
@ -188,7 +187,6 @@ class DataEaseBi {
|
||||
this.chartId = null
|
||||
this.resourceId = null
|
||||
this.vm = null
|
||||
console.log('this.vm2', this.vm)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user