fix: 处理通知公告创建人查询后端报错(修改字段名称)

This commit is contained in:
ut
2025-07-22 15:33:48 +08:00
parent c762f8370b
commit eceedefc60

View File

@@ -15,7 +15,7 @@ export const querySchema: FormSchemaGetter = () => [
},
{
component: 'Input',
fieldName: 'createBy',
fieldName: 'createByName',
label: '创建人',
},
{