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}
|
onUpdate:value={onUpdateModelValue as any}
|
||||||
value={modelValue as any}
|
value={modelValue as any}
|
||||||
{...restAttrs}
|
{...restAttrs}
|
||||||
// TODO: remote 对等实现
|
// TODO @xingyu remote 对等实现, 还是说没作用
|
||||||
// remote={props.remote}
|
// remote={props.remote}
|
||||||
{...(props.remote && { remoteMethod })}
|
{...(props.remote && { remoteMethod })}
|
||||||
>
|
>
|
||||||
@@ -223,7 +223,7 @@ export function useApiSelect(option: ApiSelectProps) {
|
|||||||
onUpdate:value={onUpdateModelValue as any}
|
onUpdate:value={onUpdateModelValue as any}
|
||||||
value={modelValue as any}
|
value={modelValue as any}
|
||||||
{...restAttrs}
|
{...restAttrs}
|
||||||
// TODO: @dhb52 remote 对等实现, 还是说没作用
|
// TODO: @xingyu remote 对等实现, 还是说没作用
|
||||||
// remote={props.remote}
|
// remote={props.remote}
|
||||||
{...(props.remote && { remoteMethod })}
|
{...(props.remote && { remoteMethod })}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user