wjx 2 年之前
父节点
当前提交
6c39585718
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      src/pages/launchSystemNew/adq/index.tsx
  2. 0 0
      src/services/launchAdq/enum.ts

+ 2 - 3
src/pages/launchSystemNew/adq/index.tsx

@@ -181,9 +181,8 @@ function Adq() {
                         placeholder='广点通账号'
                         style={{ minWidth: 200 }}
                         showSearch
-                        filterOption={(input: any, option: any) =>
-                            (option!.children as unknown as string).toLowerCase().includes(input.toLowerCase())
-                        } allowClear onChange={(value: any) => {
+                        allowClear 
+                        onChange={(value: any) => {
                             let accountId = ''
                             let adAccountId = ''
                             if (value) {

文件差异内容过多而无法显示
+ 0 - 0
src/services/launchAdq/enum.ts


部分文件因为文件数量过多而无法显示