From af61574154872f8cb092d946e4d74c05c2d367fe Mon Sep 17 00:00:00 2001 From: zcxlsm Date: Sat, 26 Jul 2025 23:50:10 +0800 Subject: [PATCH] feat(property): 1 --- apps/web-antd/src/views/property/resident/person/data.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/property/resident/person/data.ts b/apps/web-antd/src/views/property/resident/person/data.ts index b061b2d5..6dc2548d 100644 --- a/apps/web-antd/src/views/property/resident/person/data.ts +++ b/apps/web-antd/src/views/property/resident/person/data.ts @@ -221,13 +221,13 @@ export const modalSchema: FormSchemaGetter = () => [ format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', }, - rules: 'required', }, { label: '通行权限组', fieldName: 'authGroupId', component: 'ApiSelect', componentProps: { + allowClear: true, resultField: 'list', // 根据API返回结构调整 labelField: 'name', valueField: 'id', @@ -245,7 +245,6 @@ export const modalSchema: FormSchemaGetter = () => [ return authGroupArr }, }, - rules: 'required', }, { label: '人脸图片',