Commit 02e40e95181bdd1b0642bdf6a77ae958efc041c9
Merge branch 'perf/add-visual-board-search' into 'main_dev'
perf: 创建看板组件时产品支持搜索 See merge request yunteng/thingskit-front!1300
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -196,7 +196,7 @@ export const commonDataSourceSchemas = (): FormSchema[] => { | @@ -196,7 +196,7 @@ export const commonDataSourceSchemas = (): FormSchema[] => { | ||
196 | }); | 196 | }); |
197 | } | 197 | } |
198 | }, | 198 | }, |
199 | - getPopupContainer: () => document.body, | 199 | + ...createPickerSearch(), |
200 | }; | 200 | }; |
201 | }, | 201 | }, |
202 | }, | 202 | }, |