wjx 2 년 전
부모
커밋
b409dc414a
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/pages/adMonitor/adMonitorList/planList.tsx

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