diff --git a/apps/web-antd/src/components/form-create/components/use-api-select.tsx b/apps/web-antd/src/components/form-create/components/use-api-select.tsx index 6d728715e..ead612517 100644 --- a/apps/web-antd/src/components/form-create/components/use-api-select.tsx +++ b/apps/web-antd/src/components/form-create/components/use-api-select.tsx @@ -202,7 +202,7 @@ export function useApiSelect(option: ApiSelectProps) { onUpdate:value={onUpdateModelValue as any} value={modelValue as any} {...restAttrs} - // TODO: remote 对等实现 + // TODO @xingyu remote 对等实现, 还是说没作用 // remote={props.remote} {...(props.remote && { remoteMethod })} > @@ -223,7 +223,7 @@ export function useApiSelect(option: ApiSelectProps) { onUpdate:value={onUpdateModelValue as any} value={modelValue as any} {...restAttrs} - // TODO: @dhb52 remote 对等实现, 还是说没作用 + // TODO: @xingyu remote 对等实现, 还是说没作用 // remote={props.remote} {...(props.remote && { remoteMethod })} >