wjx 6 月之前
父節點
當前提交
59fc956f6a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/launchSystemV3/tencentAdPutIn/create/index.tsx

+ 1 - 1
src/pages/launchSystemV3/tencentAdPutIn/create/index.tsx

@@ -927,7 +927,7 @@ const Create: React.FC = () => {
                                 </>
                             )}
                         >
-                            {getAllUserAccount?.data?.data?.filter((item: any) => putInType === 'NOVEL' ? (['NOVEL', 'NOVEL_IAA'].includes(item.adUnitType) || !item.adUnitType) : putInType === 'GAME' ? ['GAME', 'GAME_IAA'].includes(item.adUnitType) : false)?.map((item: any) => <Select.Option value={item.accountId} key={item.id}>{item.remark ? item.accountId + '_' + item.remark : item.accountId}</Select.Option>)}
+                            {getAllUserAccount?.data?.data?.filter((item: any) => putInType === 'NOVEL' ? ['NOVEL', 'NOVEL_IAA'].includes(item.adUnitType) : putInType === 'GAME' ? ['GAME', 'GAME_IAA'].includes(item.adUnitType) : false)?.map((item: any) => <Select.Option value={item.accountId} key={item.id}>{item.remark ? item.accountId + '_' + item.remark : item.accountId}</Select.Option>)}
                         </Select>
                     </Selector>