diff --git a/apps/web-antd/src/views/crm/customer/limitConfig/data.ts b/apps/web-antd/src/views/crm/customer/limitConfig/data.ts index 0895e1d21..a9966635d 100644 --- a/apps/web-antd/src/views/crm/customer/limitConfig/data.ts +++ b/apps/web-antd/src/views/crm/customer/limitConfig/data.ts @@ -30,7 +30,7 @@ export function useFormSchema(confType: LimitConfType): VbenFormSchema[] { label: 'nickname', value: 'id', }, - multiple: true, + mode: 'tags', allowClear: true, }, rules: 'required',