feat: 完善search组件demo

This commit is contained in:
kailong321200875
2023-06-25 13:49:11 +08:00
parent a7f3702144
commit cdf44a43a0
8 changed files with 112 additions and 18 deletions

View File

@@ -340,7 +340,7 @@ export default defineComponent({
<ElForm
ref={elFormRef}
{...getFormBindValue()}
model={props.isCustom ? props.model : formModel}
model={unref(getProps).isCustom ? unref(getProps).model : formModel}
class={prefixCls}
>
{{