From 831022b5acfca585c9f0e989df5b2c16c003f5cd Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Thu, 18 Sep 2025 10:50:35 +0800 Subject: [PATCH] fix(Data training ): Style optimization --- frontend/src/views/system/training/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/views/system/training/index.vue b/frontend/src/views/system/training/index.vue index 99c81614e..e6e790558 100644 --- a/frontend/src/views/system/training/index.vue +++ b/frontend/src/views/system/training/index.vue @@ -235,7 +235,6 @@ const rules = { const list = () => { datasourceApi.list().then((res: any) => { - console.log(res) options.value = res || [] }) } @@ -361,16 +360,16 @@ const onRowFormClose = () => { - -