diff --git a/plugins/core/panels/openfilesview/OpenFilesView.vue b/plugins/core/panels/openfilesview/OpenFilesView.vue index b1d722f..603d472 100644 --- a/plugins/core/panels/openfilesview/OpenFilesView.vue +++ b/plugins/core/panels/openfilesview/OpenFilesView.vue @@ -214,7 +214,7 @@ export default { new DDeiSheet({ name: "页面-1", desc: "页面-1", - stage: DDeiStage.initByJSON({ id: "stage_1" }), + stage: DDeiStage.initByJSON({ id: "stage_1" }, { currentDdInstance :ddInstance}), active: DDeiActiveType.ACTIVE, }), ], diff --git a/src/App.vue b/src/App.vue index 46903bd..35f75ce 100644 --- a/src/App.vue +++ b/src/App.vue @@ -213,10 +213,10 @@ export default defineComponent({