From 7c0be7e92db081683e93905e601022980d7e07dd Mon Sep 17 00:00:00 2001 From: ulleo Date: Thu, 13 Jul 2023 12:03:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/asyncComponent/index.vue | 9 ++++++++- frontend/src/views/chart/view/ChartEdit.vue | 8 +++++--- frontend/src/views/dataset/common/DatasetChartDetail.vue | 4 ++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/frontend/src/components/asyncComponent/index.vue b/frontend/src/components/asyncComponent/index.vue index caa85d89e0..d916de5a2c 100644 --- a/frontend/src/components/asyncComponent/index.vue +++ b/frontend/src/components/asyncComponent/index.vue @@ -3,6 +3,8 @@ :is="mode" :ref="refId" :obj="obj" + :bus="bus" + :axios-request="request" v-bind="$attrs" v-on="$listeners" /> @@ -11,6 +13,9 @@