diff --git a/src/components/Form/src/Form.vue b/src/components/Form/src/Form.vue index 82ed94384..e564174ca 100644 --- a/src/components/Form/src/Form.vue +++ b/src/components/Form/src/Form.vue @@ -226,18 +226,16 @@ export default defineComponent({ if (item?.componentProps?.isSearchList) { formItemSlotsSearchList[item.field] = () => { return ( - <> - { +
+ + { opensearchTable( item.field, item?.componentProps?.searchField, item?.componentProps?.searchTitle, item?.componentProps?.searchAllSchemas, item?.componentProps?.searchPage - )}}> - {/* */} - - {/* ddd */} - + )}}/> +
) } } @@ -332,6 +330,9 @@ export default defineComponent({