From 22b0b3c81a11b8a2594680305ece682ca280b71a Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 14 Dec 2023 15:42:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BB=BA=E8=AE=AE=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=AE=8C=E4=B8=8A=E4=B8=80=E4=B8=AA=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=BA=90=E5=90=8E=E7=9A=84=E7=BB=A7=E7=BB=AD=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=93=8D=E4=BD=9C=E7=9A=84=E9=BB=98=E8=AE=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=A4=B9=E4=BB=8D=E7=84=B6=E4=BF=9D=E6=8C=81=E4=B8=BA?= =?UTF-8?q?=E5=90=8C=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/visualized/data/datasource/form/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/visualized/data/datasource/form/index.vue b/core/core-frontend/src/views/visualized/data/datasource/form/index.vue index bcb4f3ae31..1581ead433 100644 --- a/core/core-frontend/src/views/visualized/data/datasource/form/index.vue +++ b/core/core-frontend/src/views/visualized/data/datasource/form/index.vue @@ -236,7 +236,7 @@ const backToDatasourceList = () => { } const continueCreating = () => { showFinishPage.value = false - init(null) + init(null, pid.value) } const handleShowFinishPage = ({ id, name }) => {