Commit 4a65981e929b858c3b4db00314886cfe29f17c89

Authored by loveumiko
1 parent 7f9724f4

perf: 创建看板组件时产品新增搜索

@@ -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 },