feat:【antd】【ele】form-create 集成的 todo 处理
This commit is contained in:
@@ -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 })}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user