From d7aa576a0219805c8c8f840f45ae5541d6b194dd Mon Sep 17 00:00:00 2001 From: taojinlong Date: Wed, 3 Nov 2021 10:36:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=A1=E9=AA=8C=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/system/datasource/form.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/form.vue b/frontend/src/views/system/datasource/form.vue index aafbd3f839..2a0c1f4f6c 100644 --- a/frontend/src/views/system/datasource/form.vue +++ b/frontend/src/views/system/datasource/form.vue @@ -285,7 +285,7 @@ export default { } else { this.$error(this.$t(res.message)) } - this.refreshTree() + this.refreshType(data) }).catch(res => { this.$error(res.message) })