|
@@ -127,9 +127,6 @@ const PlanList: React.FC = () => {
|
|
|
style={{ minWidth: 220 }}
|
|
|
allowClear
|
|
|
placeholder="请选择广告账号"
|
|
|
- filterOption={(input, option) =>
|
|
|
- (option?.children as any).toLowerCase().indexOf(input.toLowerCase()) >= 0
|
|
|
- }
|
|
|
onChange={(value: string) => {
|
|
|
setQueryForm({ ...queryForm, accountId: value, pageNum: 1 })
|
|
|
}}
|