forked from github/dataease
fix(嵌入式): 嵌入式销毁测试
This commit is contained in:
parent
94d06b0045
commit
c17de87758
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user