From d3e47fad53cb4c2c51a009cae93a950186543295 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8C=B4=E8=B5=9B=E9=9B=B7?= Date: Tue, 4 Jun 2024 16:18:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=E5=A4=9A=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E7=BC=96=E8=BE=91=E6=97=B6=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=90=8E=E6=B2=A1=E5=8F=8D=E5=BA=94=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/core/panels/openfilesview/OpenFilesView.vue | 2 +- src/App.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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({