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 = () => { - -