diff --git a/frontend/src/views/system/parameter/index.vue b/frontend/src/views/system/parameter/index.vue index eac10d67..10dcd87d 100644 --- a/frontend/src/views/system/parameter/index.vue +++ b/frontend/src/views/system/parameter/index.vue @@ -26,7 +26,7 @@ const loadData = () => { item.pkey?.startsWith('login') || item.pkey?.startsWith('platform') ) { - if (item.pkey !== 'chat.sqlbot_name') { + if (item.pkey === 'chat.sqlbot_name') { if (item.pval && item.pval.trim().length > 0) { state.parameterForm[item.pkey] = item.pval }