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

fix(嵌入式): 嵌入式销毁测试
This commit is contained in:
dataeaseShu 2024-08-15 17:32:41 +08:00 committed by GitHub
commit a5f4fed361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -182,6 +182,7 @@ class DataEaseBi {
embeddedStore.setPid(null)
embeddedStore.setChartId(null)
embeddedStore.setResourceId(null)
console.log('this.vm1', this.vm)
this.vm.unmount()
this.type = null
this.token = null
@ -192,7 +193,7 @@ class DataEaseBi {
this.pid = null
this.chartId = null
this.resourceId = null
this.vm = null
console.log('this.vm2', this.vm)
}
}