From 82a26748172157c48efdce1ed6c33ee626b9e306 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 9 Jun 2025 11:45:32 +0800 Subject: [PATCH] fix: user select --- apps/web-antd/src/views/crm/customer/limitConfig/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',