From 1961fd07a8aef325d750467f4edda92bdaf6cea5 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 8 Jul 2025 10:42:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(Coplilot):=20=E6=95=B0=E6=8D=AE=E9=9B=86?= =?UTF-8?q?=E7=9A=84=E7=BB=B4=E5=BA=A6=E7=9A=84=E6=8C=87=E6=A0=87=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=88=97=E8=A1=A8=E4=B8=BA=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/copilot/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/views/copilot/index.vue b/core/core-frontend/src/views/copilot/index.vue index 1c11baf05f..9f6dd2e234 100644 --- a/core/core-frontend/src/views/copilot/index.vue +++ b/core/core-frontend/src/views/copilot/index.vue @@ -287,6 +287,7 @@ const queryAnswer = (event?: KeyboardEvent) => { @change="handleDatasetChange" :props="dsSelectProps" style="width: 100%" + node-key="id" ref="treeSelectRef" placement="bottom" :render-after-expand="false"