forked from github/dataease
Merge pull request #8950 from dataease/pr@dev-v2@perf_embedded_host_function_name
perf(X-Pack): 嵌入式与宿主交互函数名称错误
This commit is contained in:
commit
efb6fe70d7
@ -189,7 +189,7 @@ const backToMain = () => {
|
||||
const backHandler = (url: string) => {
|
||||
if (window['dataease-embedded-host'] && openHandler?.value) {
|
||||
const pm = {
|
||||
methodName: 'interactive',
|
||||
methodName: 'embeddedInteractive',
|
||||
args: {
|
||||
eventName: 'de-dashboard-editor-back',
|
||||
args: 'Just a demo that descript dataease embedded interactive'
|
||||
|
@ -131,7 +131,7 @@ const backToMain = () => {
|
||||
const backHandler = (url: string) => {
|
||||
if (window['dataease-embedded-host'] && openHandler?.value) {
|
||||
const pm = {
|
||||
methodName: 'interactive',
|
||||
methodName: 'embeddedInteractive',
|
||||
args: {
|
||||
eventName: 'de-dashboard-editor-back',
|
||||
args: 'Just a demo that descript dataease embedded interactive'
|
||||
|
2
de-xpack
2
de-xpack
@ -1 +1 @@
|
||||
Subproject commit e289cbba5075c52c499e644d6d9d5f6c13bd5714
|
||||
Subproject commit 1efcffd692bdba82e2db3450a960d873d7e0488d
|
Loading…
Reference in New Issue
Block a user