Merge pull request #11600 from dataease/pr@dev-v2_st

fix(嵌入式): 嵌入式销毁报错
This commit is contained in:
dataeaseShu 2024-08-16 10:06:35 +08:00 committed by GitHub
commit 8376f3bf7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
}
}