wjx 2 năm trước cách đây
mục cha
commit
b409dc414a
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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 })
                         }}