소스 검색

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 2 년 전
부모
커밋
805a7d93cb
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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.