作者 dong

日志管理 模型名称

@@ -135,7 +135,7 @@ export const searchFormSchema: FormSchema[] = [ @@ -135,7 +135,7 @@ export const searchFormSchema: FormSchema[] = [
135 export const formSchema: FormSchema[] = [ 135 export const formSchema: FormSchema[] = [
136 { 136 {
137 label: '模型名称', 137 label: '模型名称',
138 - field: 'modelId', // 注意:这里使用knowledgeId作为字段名 138 + field: 'name', // 注意:这里使用knowledgeId作为字段名
139 component: 'Input', 139 component: 'Input',
140 required: true, 140 required: true,
141 componentProps: { 141 componentProps: {