wjx 2 rokov pred
rodič
commit
b409dc414a

+ 0 - 3
src/pages/adMonitor/adMonitorList/planList.tsx

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